roc-streaming / roc-java

JNI bindings for Roc Toolkit.
https://roc-streaming.org
MIT License
21 stars 14 forks source link

Revise Android SDK and NDK versions #105

Closed gavv closed 3 weeks ago

gavv commented 1 year ago

There are a few android-related versions that we specify in build scripts and CI:

More info: 1, 2.


Currently, minSdkVersion is defined in android/roc-android/build.gradle, and other versions are defined in .github/workflows/build.yml and passed to gradle via environment variables.

What we need to do:

gavv commented 3 weeks ago

Fixed in #132