Releases: mozilla/rust-android-gradle
Releases · mozilla/rust-android-gradle
v0.9.6
Compare
Sorry, something went wrong.
No results found
Added option to add a build-id during linking
v0.9.5
Compare
Sorry, something went wrong.
No results found
Do not use deprecated pipes module for Python 3.13 compatibility
v0.9.4
Compare
Sorry, something went wrong.
No results found
Always use the NDK version from source.properties.
v0.9.3
Compare
Sorry, something went wrong.
No results found
Fix issues with NDK 23+: use llvm-ar, support -lgcc rewriting on Windows.
v0.9.2
Compare
Sorry, something went wrong.
No results found
v0.9.1
Compare
Sorry, something went wrong.
No results found
Add Desktop targets darwin-x86-64, which will supersede darwin, and darwin-aarch64.
v0.9.0
Compare
Sorry, something went wrong.
No results found
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 and targetDirectory to be absolute paths. This is used in the test harness at the moment.
v0.8.7
Compare
Sorry, something went wrong.
No results found
Use per-platform API level for selecting toolchain.
v0.8.6
Compare
Sorry, something went wrong.
No results found
Revert a change that prevented publishing.
v0.8.5
Compare
Sorry, something went wrong.
No results found
Allow to use +nightly, etc, with cargo { rustupChannel = "..." }. Fixes #24 .
Allow to set cargo { (cargo|python|rustc)Command = "..." }. Fixes #48 .