Skip to content

Commit abe1e25

Browse files
authored
Make plugins add their repos to projects in the consuming app (flutter#11447)
1 parent 87eec71 commit abe1e25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/flutter_tools/templates/plugin/android-java.tmpl/build.gradle.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
}
1515
}
1616

17-
allprojects {
17+
rootProject.allprojects {
1818
repositories {
1919
jcenter()
2020
maven {

packages/flutter_tools/templates/plugin/android-kotlin.tmpl/build.gradle.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
}
1515
}
1616

17-
allprojects {
17+
rootProject.allprojects {
1818
repositories {
1919
jcenter()
2020
maven {

0 commit comments

Comments
 (0)