processing-android-library-template icon indicating copy to clipboard operation
processing-android-library-template copied to clipboard

Processing Android Library Template for Gradle

Results 2 processing-android-library-template issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement
need help