Merge pull request #2579 from kiwix/ndk-22.0.7026061

Bump-up NDK version to 22.0.7026061
This commit is contained in:
Kelson 2021-01-15 08:29:49 +01:00 committed by GitHub
commit 36c29b2d20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)