processing-android-library-template
processing-android-library-template copied to clipboard
Processing Android Library Template for Gradle
A while ago, @sarahlensing created a new project template for Android libraries that better follows gradle standards: https://gitlab.com/sarahlensing/template It's in the new-template branch: https://github.com/processing/processing-android-library-template/tree/new-template Seems like this template could facilitate...
Right now the entire build system is stuck at Gradle 7.2 and Android 33 because anything higher would require moving to Gradle 8. which is not backwards-compatible. The official upgrade...