mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-12 00:48:29 -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
|
target: default
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
profile: pixel_2
|
profile: pixel_2
|
||||||
ndk: 21.4.7075529
|
|
||||||
ram-size: '4096M'
|
ram-size: '4096M'
|
||||||
disk-size: '14G'
|
disk-size: '14G'
|
||||||
sdcard-path-or-size: '1000M'
|
sdcard-path-or-size: '1000M'
|
||||||
@ -67,7 +66,6 @@ jobs:
|
|||||||
target: google_apis
|
target: google_apis
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
profile: pixel_2
|
profile: pixel_2
|
||||||
ndk: 21.4.7075529
|
|
||||||
ram-size: '4096M'
|
ram-size: '4096M'
|
||||||
disk-size: '14G'
|
disk-size: '14G'
|
||||||
sdcard-path-or-size: '1000M'
|
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 }}
|
target: ${{ matrix.target }}
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
profile: pixel_2
|
profile: pixel_2
|
||||||
ndk: 21.4.7075529
|
|
||||||
sdcard-path-or-size: '1000M'
|
sdcard-path-or-size: '1000M'
|
||||||
disable-animations: false
|
disable-animations: false
|
||||||
script: bash contrib/instrumentation_nightly.sh
|
script: bash contrib/instrumentation_nightly.sh
|
||||||
@ -69,9 +68,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 11
|
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
|
- name: run unit tests
|
||||||
run: ./gradlew testDebugUnitTest testCustomExampleDebugUnitTest
|
run: ./gradlew testDebugUnitTest testCustomExampleDebugUnitTest
|
||||||
|
|
||||||
|
3
.github/workflows/pull_request.yml
vendored
3
.github/workflows/pull_request.yml
vendored
@ -131,9 +131,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
java-version: 11
|
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
|
- name: Build all configurations
|
||||||
run: ./gradlew assemble
|
run: ./gradlew assemble
|
||||||
|
|
||||||
|
@ -46,7 +46,6 @@ 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.4.7075529"
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
setMinSdkVersion(Config.minSdk)
|
setMinSdkVersion(Config.minSdk)
|
||||||
setTargetSdkVersion(Config.targetSdk)
|
setTargetSdkVersion(Config.targetSdk)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user