mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-04 03:06:41 -04:00
#2149 Fix NDK version - bump version
This commit is contained in:
parent
faf751d129
commit
d5b97dbb84
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -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
|
||||
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user