We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0148050 commit bf9c01cCopy full SHA for bf9c01c
example/android/build.gradle
@@ -1,9 +1,4 @@
1
// 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
-
7
buildscript {
8
repositories {
9
google()
@@ -25,6 +20,11 @@ allprojects {
25
20
}
26
21
27
22
23
+plugins {
24
+ id "com.android.application" version "8.4.2" apply false
+ id "com.android.library" version "8.4.2" apply false
+}
+
28
// Custom clean task to ensure all build directories are deleted
29
tasks.register('clean', Delete) {
30
delete rootProject.buildDir
0 commit comments