[#510] Rust Gradle Plugin 0.9.3

Also bump the NDK to 23.1.7779620.

The Rust Gradle plugin doesn’t appear to be compatible with NDK 24 yet.
This commit is contained in:
Carter Jernigan 2022-05-09 07:23:25 -04:00 committed by Carter Jernigan
parent 6e9853fc8d
commit 21f67ef23a
1 changed files with 2 additions and 3 deletions

View File

@ -66,8 +66,7 @@ ANDROID_MIN_SDK_VERSION=19
ANDROID_TARGET_SDK_VERSION=31
ANDROID_COMPILE_SDK_VERSION=31
# Note: When updating the NDK version here, be sure to update the version on the CI server as well
ANDROID_NDK_VERSION=22.1.7171670
ANDROID_NDK_VERSION=23.1.7779620
ANDROID_GRADLE_PLUGIN_VERSION=7.1.3
DETEKT_VERSION=1.20.0
@ -80,7 +79,7 @@ KSP_VERSION=1.6.21-1.0.5
MAVEN_PUBLISH_GRADLE_PLUGIN=0.18.0
OWASP_DEPENDENCY_CHECK_VERSION=6.5.0.1
PROTOBUF_GRADLE_PLUGIN_VERSION=0.8.18
RUST_GRADLE_PLUGIN_VERSION=0.9.2
RUST_GRADLE_PLUGIN_VERSION=0.9.3
ANDROIDX_ANNOTATION_VERSION=1.3.0
ANDROIDX_APPCOMPAT_VERSION=1.4.1