Skip to content

Commit

Permalink
ndkVersion "20.1.5948944"
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 6, 2022
1 parent d8db236 commit b2943cf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android-refimpl-app/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ android {
}

android {
ndkVersion "21.0.6113669"
ndkVersion "20.1.5948944"
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion android-refimpl-app/loggingstdout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
*/

android {
ndkVersion "21.0.6113669"
ndkVersion "20.1.5948944"
}

externalNativeBuild {
Expand Down
4 changes: 2 additions & 2 deletions android-refimpl-app/native-audio-jni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ android {
*/

android {
ndkVersion "21.0.6113669"
ndkVersion "20.1.5948944"
}

externalNativeBuild {
Expand All @@ -80,7 +80,7 @@ android {
path 'src/main/cpp/CMakeLists.txt'
}
}
ndkVersion '21.0.6113669'
ndkVersion '20.1.5948944'
}

//dependencies {
Expand Down

0 comments on commit b2943cf

Please sign in to comment.