Android: Update NDK from r26d to r27b

This commit is contained in:
Reg Tiangha 2024-09-07 13:40:18 -06:00 committed by OpenSauce04
parent 237e693391
commit f62f09f0bc

View File

@ -29,7 +29,7 @@ android {
namespace = "io.github.lime3ds.android"
compileSdkVersion = "android-34"
ndkVersion = "26.3.11579264"
ndkVersion = "27.1.12297006"
compileOptions {
sourceCompatibility = JavaVersion.VERSION_17