Skip to content
Snippets Groups Projects
Unverified Commit e8d021c8 authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Remove NDK (DEV) #1368

parent 3e74cd3a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ orbs:
android: circleci/android@0.2.1
sonarcloud: sonarsource/sonarcloud@1.0.2
commands:
install-ndk: android/install-ndk
restore-android-build-cache: android/restore-build-cache
save-android-build-cache: android/save-build-cache
scan-sonar: sonarcloud/scan
......@@ -74,9 +73,6 @@ jobs:
- restore-gradle-cache
- restore-android-build-cache
- require-version-bump
- install-ndk:
ndk-sha: "c81a5bcb4672a18d3647bf6898cd4dbcb978d0e8"
ndk-version: "android-ndk-r21c"
- run-gradle-cmd:
desc: Quick Build
cmd: "assembleDeviceRelease"
......@@ -94,9 +90,6 @@ jobs:
- restore-gradle-cache
- restore-android-build-cache
- require-version-bump
- install-ndk:
ndk-sha: "c81a5bcb4672a18d3647bf6898cd4dbcb978d0e8"
ndk-version: "android-ndk-r21c"
- run-gradle-cmd:
desc: Quick Build
cmd: ":Corona-Warn-App:assembleDeviceForTestersRelease"
......
......@@ -32,7 +32,6 @@ def environmentExtractor = { File path ->
}
android {
ndkVersion "21.2.6472646"
compileSdkVersion 29
buildToolsVersion "29.0.3"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment