Skip to content

Releases: mozilla/rust-android-gradle

v0.9.5

04 Dec 16:55
Compare
Choose a tag to compare
  • Do not use deprecated pipes module for Python 3.13 compatibility

v0.9.4

23 Apr 22:50
Compare
Choose a tag to compare
  • Always use the NDK version from source.properties.

v0.9.3

06 May 23:06
Compare
Choose a tag to compare
  • Fix issues with NDK 23+: use llvm-ar, support -lgcc rewriting on Windows.

v0.9.2

25 Feb 00:05
Compare
Choose a tag to compare
  • Support Android NDK 23.

v0.9.1

15 Jan 23:26
327a188
Compare
Choose a tag to compare
  • Add Desktop targets darwin-x86-64, which will supersede darwin, and darwin-aarch64.

v0.9.0

16 Aug 05:10
d804a12
Compare
Choose a tag to compare

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
67fb933
Compare
Choose a tag to compare

Use per-platform API level for selecting toolchain.

v0.8.6

27 Apr 04:44
e2183c1
Compare
Choose a tag to compare
  • Revert a change that prevented publishing.

v0.8.5

24 Apr 03:22
5af73c5
Compare
Choose a tag to compare
  • Allow to use +nightly, etc, with cargo { rustupChannel = "..." }. Fixes #24.
  • Allow to set cargo { (cargo|python|rustc)Command = "..." }. Fixes #48.

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.