Skip to content

Commit 656ff08

Browse files
committed
Move android.ndkVersion to corresponding subprojects
1 parent e3c9fbd commit 656ff08

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

codec2talkie/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ plugins {
33
}
44

55
android {
6-
android.ndkVersion "21.4.7075529"
76
compileSdkVersion 31
87
buildToolsVersion "31.0.0"
98

libcodec2-android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ buildscript {
1212
}
1313

1414
android {
15+
android.ndkVersion "21.4.7075529"
1516
compileSdkVersion 31
1617

1718
compileOptions {

libopus-android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ buildscript {
1212
}
1313

1414
android {
15+
android.ndkVersion "21.4.7075529"
1516
compileSdkVersion 31
1617

1718
compileOptions {

0 commit comments

Comments
 (0)