Commit a9517d7
authored
build: update Gradle 8.14.5 and AGP 8.13.2 (#7)
* build: update Gradle 8.14.5 and AGP 8.13.2
Build-system update only (no app dependency or Kotlin changes):
- Gradle 8.10.2 -> 8.14.5
- Android Gradle Plugin 8.8.1 -> 8.13.2 (requires Gradle 8.13+)
Kotlin/KSP intentionally kept at 2.0.21 / 2.0.21-1.0.27: bumping Kotlin to
2.1.x switches KSP to KSP2, which breaks Room 2.6.1's generated DAO code
(suspend Continuation variance mismatch). The Kotlin/KSP/Room upgrade is
deferred to the app-dependencies phase where Room can move in lockstep.
* build: pin Gradle distribution SHA-256 for integrity
Add distributionSha256Sum for gradle-8.14.5-bin.zip so the wrapper verifies
the downloaded distribution against the official checksum (supply-chain
hardening).1 parent dc4f8f4 commit a9517d7
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
0 commit comments