]> git.lizzy.rs Git - minetest.git/commitdiff
Use newer NDK r23c for android build
authorsfan5 <sfan5@live.de>
Fri, 22 Jul 2022 11:13:35 +0000 (13:13 +0200)
committersfan5 <sfan5@live.de>
Fri, 22 Jul 2022 11:13:35 +0000 (13:13 +0200)
android/build.gradle

index f861ba7027a72798bcaf2963cc12475b16c34ffb..02722360134928c6fd5cf3819e7a419043cb7191 100644 (file)
@@ -10,7 +10,7 @@ project.ext.set("versionCode", 38)      // Android Version Code
 // each APK must have a larger `versionCode` than the previous
 
 buildscript {
-       ext.ndk_version = '23.0.7599858'
+       ext.ndk_version = '23.2.8568313'
        repositories {
                google()
                jcenter()