Commit 846a109
Update Android Gradle Plugin to
* 🔧 build: upgrade Gradle wrapper to `8.14.3`
* `distributionUrl` now points to `gradle‑8.14.3‑all.zip`
* 🔧 build: bump AGP to `8.11.0`, replace `jcenter()` with `mavenCentral()`
* Update `android-api` to 35 in `testapps/on_device_unit_tests/setup.py`
* Update target android.api to 35 in buildozer.spec
* Update `ANDROID_API_LEVEL` to 35 in `android.mk`
* Set `APP_PLATFORM` in `Application.mk` to use `NDK_API`
* Add `Application.mk` with `APP_PLATFORM` for service_library bootstrap
Hopefully [this](https://github.com/kivy/python-for-android/actions/runs/16309986846/job/46063689527?pr=3172) will pass
* Define `APP_ABI` variable in `Application.mk` for arch targeting
-----
cherry-pick of kivy@a8f2ca1
from kivy#3172
(minus the unit test changes, as they conflict)
(plus qt6 equivalent change)8.11.0 and Gradle Wrapper to 8.14.3 + update default API target to 35 in tests (kivy#3172)1 parent 5aef640 commit 846a109
File tree
6 files changed
+9
-5
lines changed- ci/makefiles
- pythonforandroid/bootstraps
- common/build
- gradle/wrapper
- templates
- qt6/build/jni
- service_library/build/jni
- webview/build/jni
6 files changed
+9
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
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 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
0 commit comments