Skip to content

Commit bf9c01c

Browse files
authored
Rearrange plugins block in build.gradle
1 parent 0148050 commit bf9c01c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

example/android/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2-
plugins {
3-
id "com.android.application" version "8.4.2" apply false
4-
id "com.android.library" version "8.4.2" apply false
5-
}
6-
72
buildscript {
83
repositories {
94
google()
@@ -25,6 +20,11 @@ allprojects {
2520
}
2621
}
2722

23+
plugins {
24+
id "com.android.application" version "8.4.2" apply false
25+
id "com.android.library" version "8.4.2" apply false
26+
}
27+
2828
// Custom clean task to ensure all build directories are deleted
2929
tasks.register('clean', Delete) {
3030
delete rootProject.buildDir

0 commit comments

Comments
 (0)