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
8df5f10d61
commit
93f11684b1
3 changed files with 8 additions and 8 deletions
|
@ -94,10 +94,10 @@ dependencies {
|
||||||
implementation "androidx.appcompat:appcompat:1.7.0"
|
implementation "androidx.appcompat:appcompat:1.7.0"
|
||||||
implementation "com.google.android.material:material:1.12.0"
|
implementation "com.google.android.material:material:1.12.0"
|
||||||
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
|
implementation "androidx.constraintlayout:constraintlayout:2.1.4"
|
||||||
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.5"
|
implementation "androidx.lifecycle:lifecycle-livedata-ktx:2.8.6"
|
||||||
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.5"
|
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.6"
|
||||||
implementation "androidx.navigation:navigation-fragment-ktx:2.8.0"
|
implementation "androidx.navigation:navigation-fragment-ktx:2.8.2"
|
||||||
implementation "androidx.navigation:navigation-ui-ktx:2.8.0"
|
implementation "androidx.navigation:navigation-ui-ktx:2.8.2"
|
||||||
implementation "com.google.zxing:core:3.5.3"
|
implementation "com.google.zxing:core:3.5.3"
|
||||||
implementation "androidx.room:room-runtime:2.6.1"
|
implementation "androidx.room:room-runtime:2.6.1"
|
||||||
implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0"
|
||||||
|
|
|
@ -5,8 +5,8 @@ buildscript {
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'com.android.application' version '8.6.1' apply false
|
id 'com.android.application' version '8.7.0' apply false
|
||||||
id 'com.android.library' version '8.6.1' apply false
|
id 'com.android.library' version '8.7.0' apply false
|
||||||
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
|
id 'org.jetbrains.kotlin.android' version '1.9.23' apply false
|
||||||
id 'com.google.devtools.ksp' version '1.9.23-1.0.20' apply false
|
id 'com.google.devtools.ksp' version '1.9.23-1.0.20' apply false
|
||||||
id 'com.github.triplet.play' version '3.8.4' apply false
|
id 'com.github.triplet.play' version '3.8.4' apply false
|
||||||
|
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,7 +1,7 @@
|
||||||
#Mon Aug 19 07:08:35 CST 2024
|
#Sun Oct 06 20:10:49 CST 2024
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
|
||||||
networkTimeout=10000
|
networkTimeout=10000
|
||||||
validateDistributionUrl=true
|
validateDistributionUrl=true
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue