Update NDK

This commit is contained in:
sfan5 2024-02-23 20:28:29 +01:00
parent 8ff0e1da15
commit f596c36f4f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ project.ext.set("versionCode", 46) // Android Version Code
// each APK must have a larger `versionCode` than the previous
buildscript {
ext.ndk_version = '25.2.9519653'
ext.ndk_version = '26.2.11394342'
repositories {
google()
mavenCentral()