Skip to content

Releases: mozilla/rust-android-gradle

v0.8.4: Don't use untrusted Github Action.

23 Apr 04:51
e84e931
Compare
Choose a tag to compare
  • The plugin tries to interoperate with Rust bindgen out of the box by setting CLANG_PATH.
  • We no longer invoke cargo for the Gradle clean target.

v0.8.3

01 Oct 21:10
16a12c2
Compare
Choose a tag to compare
  • Plugin now supports using prebuilt NDK toolchains.

v0.8.2

05 Sep 21:51
c5e93af
Compare
Choose a tag to compare

0.8.2

  • Avoid passing --target to cargo for the default target.
  • The exec callback is now invoked as late as possible.
  • The CARGO_TARGET_DIR environment variable should now be respected, if it is set.
  • Various parts of the plugin's documentation have been improved.