build android library using ndk 23b

This commit is contained in:
Taner Sener 2021-12-21 00:48:34 +00:00
parent 64a67922c7
commit d1fc22d96f
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 30
ndkVersion "23.0.7599858"
ndkVersion "23.1.7779620"
defaultConfig {
minSdkVersion 24

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 30
ndkVersion "23.0.7599858"
ndkVersion "23.1.7779620"
defaultConfig {
minSdkVersion 24

View File

@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android {
compileSdkVersion 30
ndkVersion "23.0.7599858"
ndkVersion "23.1.7779620"
defaultConfig {
minSdkVersion 16