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:
RomanNum3ral 2026-07-18 13:01:14 -04:00
parent f3f8d76cda
commit d31894f980
Signed by: RomanNum3ral
GPG Key ID: B94562C9B7535805
2 changed files with 2 additions and 2 deletions

View File

@ -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
}

View File

@ -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