build android library using ndk 23b

pull/289/head
Taner Sener 4 years ago
parent 64a67922c7
commit d1fc22d96f
  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 {
compileSdkVersion 30
ndkVersion "23.0.7599858"
ndkVersion "23.1.7779620"
defaultConfig {
minSdkVersion 24

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

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

Loading…
Cancel
Save