Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
depend on android ndk 22.1.7171670, fixes #292
Browse files Browse the repository at this point in the history
  • Loading branch information
tanersener committed Jan 1, 2022
1 parent e69bed9 commit c672cf9
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.1.7779620"
ndkVersion "22.1.7171670"

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.1.7779620"
ndkVersion "22.1.7171670"

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.1.7779620"
ndkVersion "22.1.7171670"

defaultConfig {
minSdkVersion 16
Expand Down

0 comments on commit c672cf9

Please sign in to comment.