bump gradle

This commit is contained in:
5ec1cff 2025-01-14 14:11:35 +08:00
parent 3100e1700c
commit bdcc1d0b70
No known key found for this signature in database
GPG key ID: 609C383297F6FEBF
3 changed files with 7 additions and 9 deletions

View file

@ -59,7 +59,7 @@ subprojects {
}
}
ndkVersion = "23.0.7599858"
ndkVersion = "27.2.12479018"
compileSdkVersion(defaultConfig.targetSdk!!)

View file

@ -1,8 +1,6 @@
#Tue Jan 14 14:06:42 CST 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=fe696c020f241a5f69c30f763c5a7f38eec54b490db19cd2b0962dda420d7d12
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-all.zip
networkTimeout=10000
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionSha256Sum=fe696c020f241a5f69c30f763c5a7f38eec54b490db19cd2b0962dda420d7d12

View file

@ -18,11 +18,11 @@ pluginManagement {
dependencyResolutionManagement {
versionCatalogs {
create("libs") {
val agp = "7.2.1"
val kotlin = "1.7.0"
val ksp = "$kotlin-1.0.6"
val agp = "8.8.0"
val kotlin = "2.1.0"
val ksp = "$kotlin-1.0.29"
val golang = "1.0.4"
val coroutine = "1.7.3"
val coroutine = "1.10.1"
val coreKtx = "1.8.0"
val activity = "1.5.0"
val fragment = "1.5.0"