depend on android ndk 22.1.7171670, fixes #292

pull/293/head
Taner Sener 4 years ago
parent e69bed900b
commit c672cf9480
  1. 2
      android/ffmpeg-kit-android-lib/build.gradle
  2. 2
      tools/release/android/build.gradle
  3. 2
      tools/release/android/build.lts.gradle

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

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

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

Loading…
Cancel
Save