Skip to content

Commit c2d6b51

Browse files
committed
add missing plugin
1 parent f564aca commit c2d6b51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

android/settings.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ pluginManagement {
1515
mavenCentral()
1616
gradlePluginPortal()
1717
}
18+
19+
plugins {
20+
id "dev.flutter.flutter-gradle-plugin" version "1.0.0" apply false
21+
}
1822
}
1923

2024
plugins {

0 commit comments

Comments
 (0)