build: update gradle, AGP and target SDK version

This commit is contained in:
PeanutMelonSeedBigAlmond
2025-09-28 23:21:33 +08:00
parent 8d9fe6a2e3
commit 12073e3014
5 changed files with 30 additions and 26 deletions

View File

@@ -16,7 +16,7 @@ pluginManagement {
plugins {
id ("dev.flutter.flutter-plugin-loader") version "1.0.0"
id ("com.android.application") version "7.3.0" apply false
id ("com.android.application") version "8.9.0" apply false
id ("org.jetbrains.kotlin.android") version "1.9.25" apply false
}