Upgraded Gradle and Android Gradle Plugin

Upgraded Gradle from 8.9 to 8.13 and the Android Gradle Plugin from 8.7.3 to 8.13.0.
This commit is contained in:
2025-09-06 17:35:41 +02:00
parent f29c84d05c
commit bd1101c348
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ pluginManagement {
plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.7.3' apply false
id "com.android.application" version '8.13.0' apply false
id "org.jetbrains.kotlin.android" version "2.1.10" apply false
}