mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -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:
|
with:
|
||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
ndk: 21.2.6472646
|
ndk: 21.3.6528147
|
||||||
script: bash contrib/instrumentation.sh
|
script: bash contrib/instrumentation.sh
|
||||||
|
|
||||||
- name: Upload screenshot result
|
- name: Upload screenshot result
|
||||||
|
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
api-level: ${{ matrix.api-level }}
|
api-level: ${{ matrix.api-level }}
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
ndk: 21.2.6472646
|
ndk: 21.3.6528147
|
||||||
script: bash contrib/instrumentation_nightly.sh
|
script: bash contrib/instrumentation_nightly.sh
|
||||||
|
|
||||||
- name: Upload screenshot result
|
- name: Upload screenshot result
|
||||||
|
@ -47,7 +47,7 @@ class AllProjectConfigurer {
|
|||||||
fun configureBaseExtension(target: Project, path: String) {
|
fun configureBaseExtension(target: Project, path: String) {
|
||||||
target.configureExtension<BaseExtension> {
|
target.configureExtension<BaseExtension> {
|
||||||
setCompileSdkVersion(Config.compileSdk)
|
setCompileSdkVersion(Config.compileSdk)
|
||||||
ndkVersion = "21.2.6472646"
|
ndkVersion = "21.3.6528147"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
setMinSdkVersion(Config.minSdk)
|
setMinSdkVersion(Config.minSdk)
|
||||||
setTargetSdkVersion(Config.targetSdk)
|
setTargetSdkVersion(Config.targetSdk)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user