depend on android ndk 22.1.7171670, fixes #292

This commit is contained in:
Taner Sener 2021-12-31 23:38:55 +00:00
parent e69bed900b
commit c672cf9480
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.1.7779620"
ndkVersion "22.1.7171670"
defaultConfig {
minSdkVersion 24

View File

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

View File

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