downgrade AGP and Gradle versions, update Ticker icon, and upgrade dependencies

This commit is contained in:
2026-07-11 15:32:09 +02:00
parent 9545d2a946
commit ff23199345
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '9.2.1' apply false
id "com.android.library" version '9.2.1' apply false
id "com.android.application" version '8.13.2' apply false
id "com.android.library" version '8.13.2' apply false
id "org.jetbrains.kotlin.android" version "2.2.20" apply false
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.10.0'
}