Skip to content

Releases: rodroidmods/GradleAndroidRustPlugin

Add cargoClean feature (v0.8.0)

15 Dec 14:46

Choose a tag to compare

  • Added a new CargoCleanTask that runs cargo clean for Rust modules
  • Added cargoClean configuration option at extension, module, and build type levels
  • Register cargoClean task to clean all modules
  • Register cargoClean tasks for individual modules
  • Auto-hook cargoClean to Gradle clean task when cargoClean = true is set
  • Updated AGP to 8.13.0

With ❤️ by Rodroid Dev

Version 0.7.0 - Critical Bug Fixes

27 Nov 11:26

Choose a tag to compare

  • Fixed cargo-ndk invocation method
  • Auto-detection of Rust installation paths
  • Added ANDROID_NDK_HOME environment setup
  • Improved error messages and diagnostics
  • Better handling of missing Rust toolchain
  • Updated the 'exmaple' template with latest gradle version and removed unused and useless things

v0.6.0

26 Nov 12:34

Choose a tag to compare

  • Replaced cargo with cargo-ndk for better Android compatibility
  • Add Windows support with automatic rustup installation
  • Implement Gradle build cache support with proper task annotations
  • Enabled parallel ABI builds
  • Add comprehensive build validation
  • Improve error messages with actionable suggestions
  • Auto-install cargo-ndk if missing