Skip to content

Commit

Permalink
build android library using ndk 23b
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Dec 21, 2021
1 parent 64a6792 commit d1fc22d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/ffmpeg-kit-android-lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 30
ndkVersion "23.0.7599858"
ndkVersion "23.1.7779620"

defaultConfig {
minSdkVersion 24
Expand Down
2 changes: 1 addition & 1 deletion tools/release/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 30
ndkVersion "23.0.7599858"
ndkVersion "23.1.7779620"

defaultConfig {
minSdkVersion 24
Expand Down
2 changes: 1 addition & 1 deletion tools/release/android/build.lts.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 30
ndkVersion "23.0.7599858"
ndkVersion "23.1.7779620"

defaultConfig {
minSdkVersion 16
Expand Down

0 comments on commit d1fc22d

Please sign in to comment.