Update AGP

This commit is contained in:
topjohnwu 2024-12-04 01:12:47 -08:00
parent 3ca5913055
commit 0d89a2a97d
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ native/out
*.iml *.iml
.gradle .gradle
.idea .idea
.kotlin
/local.properties /local.properties
/build /build
/captures /captures

View File

@ -1,6 +1,6 @@
[versions] [versions]
kotlin = "2.0.21" kotlin = "2.0.21"
android = "8.7.2" android = "8.7.3"
ksp = "2.0.21-1.0.28" ksp = "2.0.21-1.0.28"
rikka = "1.3.0" rikka = "1.3.0"
navigation = "2.8.4" navigation = "2.8.4"

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