downgrade AGP for fdroid builds

This commit is contained in:
Fabian Freund
2025-08-27 15:12:03 +02:00
parent df9d99267d
commit 321e39b50d
5 changed files with 5 additions and 5 deletions
@@ -18,7 +18,7 @@ pluginManagement {
plugins {
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
id("com.android.application") version "8.12.1" apply false
id("com.android.application") version "8.11.1" apply false
id("org.jetbrains.kotlin.android") version "2.1.20" apply false
}