GRRedWings / python3-android

Python 3 cross-compilation tools for Android.
BSD Zero Clause License
68 stars 17 forks source link

Api30 build #40

Closed GRRedWings closed 3 months ago

GRRedWings commented 3 months ago

This is an update to support the latest Python build, and Android NDK. It's a big change in that it stops supporting APIs older than 30.

If you want to support 26+ instead of 30+, look at the changes I made and revert it to allow 26. I mostly support this library for my purposes, and while I could have allowed 26 I don't test with that anymore and didn't want to give the impression I did.