Bump Gradle to 8.13 and Android Gradle Plugin to 8.13.2
AGP 8.13.2 requires Gradle >= 8.13; this was left uncommitted from a prior session and the working tree had drifted from what the project actually needs to build.
This commit is contained in:
parent
f3f8d76cda
commit
d31894f980
|
|
@ -1,6 +1,6 @@
|
|||
// Top-level build file
|
||||
plugins {
|
||||
id("com.android.application") version "8.3.2" apply false
|
||||
id("com.android.application") version "8.13.2" apply false
|
||||
id("org.jetbrains.kotlin.android") version "1.9.24" apply false
|
||||
id("com.google.devtools.ksp") version "1.9.24-1.0.20" apply false
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
|
|||
Loading…
Reference in New Issue