Skip to content

Commit

Permalink
Upgrade to NDK r27 RC 1.
Browse files Browse the repository at this point in the history
I didn't want to do this with a beta, but I think it's reasonable for us
to adopt the release candidates.
  • Loading branch information
DanAlbert committed Jun 4, 2024
1 parent 34dcd8c commit d01efda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ object Versions {
const val COMPILE_SDK = 34
const val TARGET_SDK = 34
const val MIN_SDK = 21
const val NDK = "26.3.11579264" // r26d
const val NDK = "27.0.11902837-rc1" // r27 RC 1
val JAVA = JavaVersion.VERSION_1_8
}

0 comments on commit d01efda

Please sign in to comment.