diff --git a/android/app/jni/Application.mk b/android/app/jni/Application.mk index b3d2002b2938..74974626b20c 100644 --- a/android/app/jni/Application.mk +++ b/android/app/jni/Application.mk @@ -13,5 +13,5 @@ endif #APP_OPTIM := release # Min SDK level -APP_PLATFORM=android-16 +APP_PLATFORM=android-21 diff --git a/android/gradle.properties b/android/gradle.properties index 190603bf645d..f7d893db1894 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -70,4 +70,4 @@ override_ndkBuildAppPlatform=android-21 # This property controls which ndkVersion should be used # You can override this from the command line by passing "-Poverride_ndkVersion=#" -override_ndkVersion=25.2.9519653 +override_ndkVersion=26.3.11579264