File tree Expand file tree Collapse file tree 4 files changed +1
-15
lines changed
dev/a11y_assessments/android
examples/hello_world/android
templates/app_shared/android.tmpl Expand file tree Collapse file tree 4 files changed +1
-15
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,6 @@ pluginManagement {
13
13
settings. ext. flutterSdkPath = flutterSdkPath()
14
14
15
15
includeBuild(" ${ settings.ext.flutterSdkPath} /packages/flutter_tools/gradle" )
16
-
17
- plugins {
18
- id " dev.flutter.flutter-gradle-plugin" version " 1.0.0" apply false
19
- }
20
16
}
21
17
22
18
include " :app"
Original file line number Diff line number Diff line change @@ -24,13 +24,6 @@ pluginManagement {
24
24
mavenCentral()
25
25
gradlePluginPortal()
26
26
}
27
-
28
- plugins {
29
- // Flutter Gradle Plugin's ID is defined in /packages/flutter_tools/gradle/build.gradle.kts.
30
- // We set `apply false`, because we don't want to apply the plugin to
31
- // the `android` root project, but only to the `app` subproject.
32
- id " dev.flutter.flutter-gradle-plugin" version " 1.0.0" apply false
33
- }
34
27
}
35
28
36
29
plugins {
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ gradlePlugin {
18
18
id = " dev.flutter.flutter-gradle-plugin"
19
19
implementationClass = " FlutterPlugin"
20
20
}
21
+ // The "flutterAppPluginLoaderPlugin" name isn't used anywhere.
21
22
create(" flutterAppPluginLoaderPlugin" ) {
22
23
id = " dev.flutter.flutter-plugin-loader"
23
24
implementationClass = " FlutterAppPluginLoaderPlugin"
Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ pluginManagement {
15
15
mavenCentral()
16
16
gradlePluginPortal()
17
17
}
18
-
19
- plugins {
20
- id "dev.flutter.flutter-gradle-plugin" version "1.0.0" apply false
21
- }
22
18
}
23
19
24
20
plugins {
You can’t perform that action at this time.
0 commit comments