Commit 6f89183
Migrate Android Gradle config to plugins { } DSL using Flutter‑recommended approach (#18)
## Summary by CodeRabbit
- **Chores**
- Updated and simplified Android build configuration, including SDK and
language version adjustments, dependency reorganization, and removal of
certain test and build options.
## Walkthrough
The Gradle build script for the Android project was simplified by
removing buildscript and repository declarations, adjusting SDK and
Java/Kotlin versions, modifying source set and test configurations,
updating the version string, and reorganizing dependencies. No changes
were made to public code entities; all changes are limited to build
configuration.
## Changes
| File(s) | Change Summary |
|--------------------------|-----------------------------------------------------------------------------------------------------------------|
| android/build.gradle | Removed buildscript and allprojects blocks,
adjusted SDK and language versions, updated version, reorganized
dependencies, modified source sets and test configuration, added
lintOptions. |
---------
Co-authored-by: martins <me@martinslaucis.lv>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>1 parent 674fd34 commit 6f89183
1 file changed
+23
-53
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
16 | 7 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 8 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
40 | 14 | | |
41 | 15 | | |
42 | 16 | | |
43 | 17 | | |
44 | | - | |
45 | 18 | | |
46 | 19 | | |
47 | | - | |
48 | | - | |
| 20 | + | |
| 21 | + | |
49 | 22 | | |
50 | 23 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
56 | 27 | | |
57 | 28 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
| 29 | + | |
| 30 | + | |
68 | 31 | | |
69 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments