fix: revert AGP 9 to 8.13.2 - Flutter plugins not yet compatible with AGP 9

This commit is contained in:
zarzet
2026-02-07 20:36:25 +07:00
parent f1e6e9253f
commit 67fc3e5de2
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ import java.io.FileInputStream
plugins {
id("com.android.application")
id("kotlin-android")
// The Flutter Gradle Plugin must be applied after the Android and Kotlin Gradle plugins.
id("dev.flutter.flutter-gradle-plugin")
}