Skip to content

Commit d01efda

Browse files
committed
Upgrade to NDK r27 RC 1.
I didn't want to do this with a beta, but I think it's reasonable for us to adopt the release candidates.
1 parent 34dcd8c commit d01efda

File tree

1 file changed

+1
-1
lines changed
  • build-logic/src/main/java/com/android/ndk/samples/buildlogic

1 file changed

+1
-1
lines changed

build-logic/src/main/java/com/android/ndk/samples/buildlogic/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ object Versions {
66
const val COMPILE_SDK = 34
77
const val TARGET_SDK = 34
88
const val MIN_SDK = 21
9-
const val NDK = "26.3.11579264" // r26d
9+
const val NDK = "27.0.11902837-rc1" // r27 RC 1
1010
val JAVA = JavaVersion.VERSION_1_8
1111
}

0 commit comments

Comments
 (0)