Commit a83d7ce
committed
build: android: bump gradle version to work with Java 21
When building on debian 12, we were using Java 17.
On debian 13, there is Java 21.
Gradle was giving build errors with new Java:
```
Could not compile build file '/home/user/wspace/electrum/.buildozer_qml/android/platform/build-arm64-v8a/dists/Electrum/build.gradle'.
> startup failed:
General error during conversion: Unsupported class file major version 65
java.lang.IllegalArgumentException: Unsupported class file major version 65
```
see https://docs.gradle.org/current/userguide/compatibility.html
for our p4a fork, this cherry-picks:
- kivy/python-for-android@17bf532
- kivy/python-for-android#3172
kivy/python-for-android@a8f2ca11 parent 35ca9b4 commit a83d7ce
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
| 224 | + | |
224 | 225 | | |
225 | | - | |
| 226 | + | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| |||
0 commit comments