Update dependencies (#12)

This commit is contained in:
xihan123 2024-10-19 13:14:52 +08:00 committed by GitHub
parent 332d99784e
commit 8fb330fe8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -53,7 +53,7 @@ val coreVerName by extra(coreLatestTag)
val androidMinSdkVersion by extra(28) val androidMinSdkVersion by extra(28)
val androidTargetSdkVersion by extra(35) val androidTargetSdkVersion by extra(35)
val androidCompileSdkVersion by extra(35) val androidCompileSdkVersion by extra(35)
val androidCompileNdkVersion by extra("27.0.12077973") val androidCompileNdkVersion by extra("27.1.12297006")
val androidBuildToolsVersion by extra("35.0.0") val androidBuildToolsVersion by extra("35.0.0")
val androidSourceCompatibility by extra(JavaVersion.VERSION_21) val androidSourceCompatibility by extra(JavaVersion.VERSION_21)
val androidTargetCompatibility by extra(JavaVersion.VERSION_21) val androidTargetCompatibility by extra(JavaVersion.VERSION_21)

2
core

@ -1 +1 @@
Subproject commit db9b97e53d39bb06d8ba706b74ccf01a80f2221c Subproject commit ff04a688222c18b154311cde344d312de6f53cce

View File

@ -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-8.7-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000 networkTimeout=10000
validateDistributionUrl=true validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME