mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2025-04-03 13:53:34 +03:00
Chore: update dependencies
This commit is contained in:
parent
152e24748b
commit
4b8fc6ae9a
2 changed files with 4 additions and 4 deletions
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,6 +1,6 @@
|
||||||
distributionBase=GRADLE_USER_HOME
|
distributionBase=GRADLE_USER_HOME
|
||||||
distributionPath=wrapper/dists
|
distributionPath=wrapper/dists
|
||||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
|
||||||
zipStoreBase=GRADLE_USER_HOME
|
zipStoreBase=GRADLE_USER_HOME
|
||||||
zipStorePath=wrapper/dists
|
zipStorePath=wrapper/dists
|
||||||
distributionSha256Sum=c9490e938b221daf0094982288e4038deed954a3f12fb54cbf270ddf4e37d879
|
distributionSha256Sum=cd5c2958a107ee7f0722004a12d0f8559b4564c34daad7df06cffd4d12a426d0
|
|
@ -14,14 +14,14 @@ include(":hideapi")
|
||||||
dependencyResolutionManagement {
|
dependencyResolutionManagement {
|
||||||
versionCatalogs {
|
versionCatalogs {
|
||||||
create("deps") {
|
create("deps") {
|
||||||
val agp = "7.0.4"
|
val agp = "7.1.1"
|
||||||
val ksp = "1.6.10-1.0.2"
|
val ksp = "1.6.10-1.0.2"
|
||||||
val kotlin = "1.6.10"
|
val kotlin = "1.6.10"
|
||||||
val golang = "1.0.4"
|
val golang = "1.0.4"
|
||||||
val coroutine = "1.6.0"
|
val coroutine = "1.6.0"
|
||||||
val coreKtx = "1.7.0"
|
val coreKtx = "1.7.0"
|
||||||
val activity = "1.4.0"
|
val activity = "1.4.0"
|
||||||
val fragment = "1.4.0"
|
val fragment = "1.4.1"
|
||||||
val appcompat = "1.4.1"
|
val appcompat = "1.4.1"
|
||||||
val coordinator = "1.2.0"
|
val coordinator = "1.2.0"
|
||||||
val recyclerview = "1.2.1"
|
val recyclerview = "1.2.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue