Commit c65dfca
Bump SDK levels for Google Play (target/compile 35, min 24)
Google Play has required apps to target API 35 (Android 15) since
Nov 1, 2025; the current targetSdk 33 means uploads are rejected.
Move to 35 across the board and raise the floor to API 24 (Android
7.0), which covers ~97% of active devices and matches the practical
minimum required by current AndroidX / Compose dependencies.
AGP 8.1.2 caps compileSdk at 34, so the toolchain has to move too.
Pick the smallest delta that supports compileSdk 35:
- AGP 8.1.2 -> 8.5.0
- Gradle wrapper 8.4 -> 8.7
- Kotlin 1.9.10 -> 1.9.25
- Compose Compiler ext 1.5.3 -> 1.5.15 (matches Kotlin 1.9.25)
- compileSdk 34 -> 35
- minSdk 21 -> 24
- targetSdk 33 -> 35
JDK requirement (17) unchanged; NDK 25.1.8937393 unchanged.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 3e1458f commit c65dfca
3 files changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
0 commit comments