Skip to content

Commit

Permalink
Move android.ndkVersion to corresponding subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
sh123 committed Oct 17, 2024
1 parent e3c9fbd commit 656ff08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion codec2talkie/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
}

android {
android.ndkVersion "21.4.7075529"
compileSdkVersion 31
buildToolsVersion "31.0.0"

Expand Down
1 change: 1 addition & 0 deletions libcodec2-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {
}

android {
android.ndkVersion "21.4.7075529"
compileSdkVersion 31

compileOptions {
Expand Down
1 change: 1 addition & 0 deletions libopus-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {
}

android {
android.ndkVersion "21.4.7075529"
compileSdkVersion 31

compileOptions {
Expand Down

0 comments on commit 656ff08

Please sign in to comment.