Releases: mozilla/rust-android-gradle
Releases · mozilla/rust-android-gradle
v0.9.5
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.
v0.8.7
v0.8.6
v0.8.5
v0.8.4: Don't use untrusted Github Action.
- The plugin tries to interoperate with Rust bindgen out of the box by setting
CLANG_PATH
. - We no longer invoke
cargo
for the Gradleclean
target.