Releases: mozilla/rust-android-gradle
Releases · mozilla/rust-android-gradle
v0.9.6
13 Jan 14:34
Compare
Sorry, something went wrong.
No results found
Added option to add a build-id during linking
v0.9.5
04 Dec 16:55
Compare
Sorry, something went wrong.
No results found
Do not use deprecated pipes module for Python 3.13 compatibility
v0.9.4
23 Apr 22:50
Compare
Sorry, something went wrong.
No results found
Always use the NDK version from source.properties.
v0.9.3
06 May 23:06
Compare
Sorry, something went wrong.
No results found
Fix issues with NDK 23+: use llvm-ar, support -lgcc rewriting on Windows.
v0.9.2
25 Feb 00:05
Compare
Sorry, something went wrong.
No results found
v0.9.1
15 Jan 23:26
Compare
Sorry, something went wrong.
No results found
Add Desktop targets darwin-x86-64, which will supersede darwin, and darwin-aarch64.
v0.9.0
16 Aug 05:10
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
13 Jul 16:05
Compare
Sorry, something went wrong.
No results found
Use per-platform API level for selecting toolchain.
v0.8.6
27 Apr 04:44
Compare
Sorry, something went wrong.
No results found
Revert a change that prevented publishing.
v0.8.5
24 Apr 03:22
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 .