mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Removed explicit NDK version from project
This commit is contained in:
parent
cbd60bc2a4
commit
fabb6981ee
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@ -50,7 +50,6 @@ jobs:
|
||||
target: default
|
||||
arch: x86_64
|
||||
profile: pixel_2
|
||||
ndk: 21.4.7075529
|
||||
ram-size: '4096M'
|
||||
disk-size: '14G'
|
||||
sdcard-path-or-size: '1000M'
|
||||
@ -67,7 +66,6 @@ jobs:
|
||||
target: google_apis
|
||||
arch: x86_64
|
||||
profile: pixel_2
|
||||
ndk: 21.4.7075529
|
||||
ram-size: '4096M'
|
||||
disk-size: '14G'
|
||||
sdcard-path-or-size: '1000M'
|
||||
|
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@ -43,7 +43,6 @@ jobs:
|
||||
target: ${{ matrix.target }}
|
||||
arch: x86_64
|
||||
profile: pixel_2
|
||||
ndk: 21.4.7075529
|
||||
sdcard-path-or-size: '1000M'
|
||||
disable-animations: false
|
||||
script: bash contrib/instrumentation_nightly.sh
|
||||
@ -69,9 +68,6 @@ jobs:
|
||||
with:
|
||||
java-version: 11
|
||||
|
||||
- name: Install NDK
|
||||
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061" --sdk_root=${ANDROID_SDK_ROOT}
|
||||
|
||||
- name: run unit tests
|
||||
run: ./gradlew testDebugUnitTest testCustomExampleDebugUnitTest
|
||||
|
||||
|
3
.github/workflows/pull_request.yml
vendored
3
.github/workflows/pull_request.yml
vendored
@ -131,9 +131,6 @@ jobs:
|
||||
with:
|
||||
java-version: 11
|
||||
|
||||
- name: Install NDK
|
||||
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.0.7026061" --sdk_root=${ANDROID_SDK_ROOT}
|
||||
|
||||
- name: Build all configurations
|
||||
run: ./gradlew assemble
|
||||
|
||||
|
@ -46,7 +46,6 @@ class AllProjectConfigurer {
|
||||
fun configureBaseExtension(target: Project, path: String) {
|
||||
target.configureExtension<BaseExtension> {
|
||||
setCompileSdkVersion(Config.compileSdk)
|
||||
ndkVersion = "21.4.7075529"
|
||||
defaultConfig {
|
||||
setMinSdkVersion(Config.minSdk)
|
||||
setTargetSdkVersion(Config.targetSdk)
|
||||
|
Loading…
x
Reference in New Issue
Block a user