diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index f0c97d213..cc711139d 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -29,7 +29,7 @@ android { namespace = "org.citra.citra_emu" compileSdkVersion = "android-34" - ndkVersion = "26.3.11579264" + ndkVersion = "27.1.12297006" compileOptions { sourceCompatibility = JavaVersion.VERSION_17