Commit 3551e3d
committed
Fix plugins block ordering in app build.gradle
Move plugins block to the top of build.gradle file as required by
Gradle 8.x. The plugins block must be the first statement, before
any variable definitions or other code.
Fixes: "only buildscript {}, pluginManagement {} and other plugins {}
script blocks are allowed before plugins {} blocks"1 parent 9f02639 commit 3551e3d
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments