Browse Source

Update NDK

sfan5 2 months ago
parent
commit
f596c36f4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      android/build.gradle

+ 1 - 1
android/build.gradle

@@ -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()