Removed explicit NDK version from project

This commit is contained in:
MohitMali 2022-12-30 14:32:23 +05:30
parent cbd60bc2a4
commit fabb6981ee
4 changed files with 0 additions and 10 deletions

View File

@ -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'

View File

@ -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

View File

@ -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

View File

@ -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)