mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Update dependencies
This commit is contained in:
parent
550e3b690f
commit
4504447a2c
2 changed files with 5 additions and 2 deletions
|
@ -93,8 +93,8 @@ dependencies {
|
|||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.7.0'
|
||||
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.6'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.7.6'
|
||||
implementation 'androidx.navigation:navigation-fragment-ktx:2.7.7'
|
||||
implementation 'androidx.navigation:navigation-ui-ktx:2.7.7'
|
||||
implementation 'com.google.zxing:core:3.4.1'
|
||||
implementation 'androidx.room:room-runtime:2.6.1'
|
||||
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0'
|
||||
|
|
|
@ -11,6 +11,9 @@ object Vendor : VendorInterface {
|
|||
override fun checkUpdate(activity: Activity, byUser: Boolean) {
|
||||
}
|
||||
|
||||
override fun initializeBillingClient(activity: Activity) {
|
||||
}
|
||||
|
||||
override fun startSponsor(activity: Activity, fallback: () -> Unit) {
|
||||
fallback()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue