mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Bump-up NDK version to 22.0.7026061
This commit is contained in:
parent
5c4455bb25
commit
807b500254
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.3.6528147
|
||||
ndk: 22.0.7026061
|
||||
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.3.6528147
|
||||
ndk: 22.0.7026061
|
||||
script: bash contrib/instrumentation_nightly.sh
|
||||
|
||||
- name: Upload screenshot result
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user