chore: upgrade AGP and Gradle

This commit is contained in:
Nedifinita
2025-11-23 21:49:25 +08:00
parent 5a232eaa6c
commit 7772112658
6 changed files with 19 additions and 67 deletions

View File

@@ -18,7 +18,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version "8.6.0" apply false
id "com.android.application" version "8.13.0" apply false
id "org.jetbrains.kotlin.android" version "2.1.0" apply false
}