Skip to content

Commit 64126ba

Browse files
authored
Merge pull request #2 from sagnik150699/codex/fix-gradle-and-java-version-incompatibility
Fix Flutter plugin loading
2 parents d1a45c4 + f60c072 commit 64126ba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

android/settings.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ pluginManagement {
1212

1313
plugins {
1414
id "dev.flutter.flutter-gradle-plugin" version "1.0.0" apply false
15+
id "dev.flutter.flutter-plugin-loader" version "1.0.0" apply false
1516
}
1617
}
1718

1819
include ":app"
1920

20-
apply from: "${settings.ext.flutterSdkPath}/packages/flutter_tools/gradle/app_plugin_loader.gradle"
21+
plugins {
22+
id "dev.flutter.flutter-plugin-loader"
23+
}

0 commit comments

Comments
 (0)