Chore: update dependencies

This commit is contained in:
Kr328 2022-01-14 23:10:16 +08:00
parent 53aa718674
commit b2661d31fd
2 changed files with 13 additions and 13 deletions

View File

@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=00b273629df4ce46e68df232161d5a7c4e495b9a029ce6e0420f071e21316867
distributionSha256Sum=c9490e938b221daf0094982288e4038deed954a3f12fb54cbf270ddf4e37d879

View File

@ -14,23 +14,23 @@ include(":hideapi")
dependencyResolutionManagement {
versionCatalogs {
create("deps") {
val agp = "7.0.3"
val ksp = "1.5.31-1.0.1"
val kotlin = "1.5.31"
val agp = "7.0.4"
val ksp = "1.6.10-1.0.2"
val kotlin = "1.6.10"
val golang = "1.0.4"
val coroutine = "1.5.2"
val coroutine = "1.6.0"
val coreKtx = "1.7.0"
val activity = "1.4.0"
val fragment = "1.3.6"
val appcompat = "1.3.1"
val coordinator = "1.1.0"
val fragment = "1.4.0"
val appcompat = "1.4.1"
val coordinator = "1.2.0"
val recyclerview = "1.2.1"
val viewpager = "1.0.0"
val material = "1.4.0"
val appcenter = "4.3.1"
val serialization = "1.3.1"
val material = "1.5.0"
val appcenter = "4.4.2"
val serialization = "1.3.2"
val kaidl = "1.15"
val room = "2.3.0"
val room = "2.4.1"
val multiprocess = "1.0.0"
alias("build-android").to("com.android.tools.build:gradle:$agp")