Skip to content

Commit bb3b9c2

Browse files
committed
fix: use latest android gradle plugin
1 parent 0a6e3aa commit bb3b9c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/settings.gradle

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

2424
plugins {
2525
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
26-
id "com.android.application" version '8.8.1' apply false
26+
id "com.android.application" version '8.13.0' apply false
2727
}
2828

2929
include ":app"

0 commit comments

Comments
 (0)