#2149 Fix NDK version - bump version

This commit is contained in:
Sean Mac Gillicuddy 2020-06-18 15:56:10 +01:00
parent faf751d129
commit d5b97dbb84
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.2.6472646
ndk: 21.3.6528147
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.2.6472646
ndk: 21.3.6528147
script: bash contrib/instrumentation_nightly.sh
- name: Upload screenshot result

View File

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