Skip to content

Commit 8fff0ef

Browse files
committed
chore: update android gradle plugin for f-droid
ERROR: Found usual suspect 'com.android.application.*8.12.[012](?!-alpha0[1-7])' at android/settings.gradle.kts
1 parent 9395f18 commit 8fff0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919

2020
plugins {
2121
id("dev.flutter.flutter-plugin-loader") version "1.0.0"
22-
id("com.android.application") version "8.12.2" apply false
22+
id("com.android.application") version "8.13.0" apply false
2323
id("org.jetbrains.kotlin.android") version "2.2.10" apply false
2424
}
2525

0 commit comments

Comments
 (0)