Skip to content

Commit f8737e6

Browse files
Plugins block move to top
1 parent b3feb49 commit f8737e6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

android/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
plugins {
2+
id "com.android.library"
3+
}
4+
15
group 'com.optimizely.optimizely_flutter_sdk'
26
version '1.0'
37

@@ -38,9 +42,6 @@ rootProject.allprojects {
3842
}
3943
}
4044

41-
plugins {
42-
id "com.android.library"
43-
}
4445

4546
ext {
4647
compile_sdk_version = 32

0 commit comments

Comments
 (0)