willir / cargo-ndk-android-gradle

Cargo NDK for Android projects
Apache License 2.0
55 stars 7 forks source link

ERROR cargo_ndk::cli] unrecognized option `--android-platform` #14

Closed ndarilek closed 3 years ago

ndarilek commented 3 years ago

Using the latest plugin and cargo-ndk.

Looks like the option may have been replaced with --platform? At least, I don't see an --android-platform in the help text for cargo ndk.

Thanks.

ndarilek commented 3 years ago

Ah, sorry, forgot to bump the dependency. Been a while since I used Gradle, and I forgot that applying plugins and pulling in plugin dependencies were different steps in the process. 🤦