Bump-up NDK version to 22.0.7026061

This commit is contained in:
Emmanuel Engelhart 2021-01-14 10:18:12 +01:00
parent 5c4455bb25
commit 807b500254
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
arch: x86_64
ndk: 21.3.6528147
ndk: 22.0.7026061
script: bash contrib/instrumentation.sh
- name: Upload screenshot result

View File

@ -25,7 +25,7 @@ jobs:
with:
api-level: ${{ matrix.api-level }}
arch: x86_64
ndk: 21.3.6528147
ndk: 22.0.7026061
script: bash contrib/instrumentation_nightly.sh
- name: Upload screenshot result

View File

@ -48,7 +48,7 @@ class AllProjectConfigurer {
fun configureBaseExtension(target: Project, path: String) {
target.configureExtension<BaseExtension> {
setCompileSdkVersion(Config.compileSdk)
ndkVersion = "21.3.6528147"
ndkVersion = "22.0.7026061"
defaultConfig {
setMinSdkVersion(Config.minSdk)
setTargetSdkVersion(Config.targetSdk)