build: Fix build

This commit is contained in:
oSumAtrIX
2024-11-07 21:03:32 +01:00
parent c47c7c0a88
commit d99e5af384
6 changed files with 24 additions and 12 deletions

View File

@@ -17,7 +17,7 @@ pluginManagement {
plugins {
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
id("com.android.application") version "8.5.0" apply false
id("com.android.application") version "8.7.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
}