Releases: mozilla/rust-android-gradle
Releases · mozilla/rust-android-gradle
v0.9.6
v0.9.5
- Do not use deprecated
pipes
module for Python 3.13 compatibility
v0.9.4
- Always use the NDK version from
source.properties
.
v0.9.3
- Fix issues with NDK 23+: use
llvm-ar
, support-lgcc
rewriting on Windows.
v0.9.2
- Support Android NDK 23.
v0.9.1
v0.9.0
0.9.0
- Support multiple Android Gradle Plugin versions. Everything here is based on https://github.com/gradle/android-cache-fix-gradle-plugin; many thanks to that project for paving the way here.
- Allow
module
andtargetDirectory
to be absolute paths. This is used in the test harness at the moment.