Skip to content
Snippets Groups Projects
Unverified Commit bd0aee28 authored by Mohamed Metwalli's avatar Mohamed Metwalli Committed by GitHub
Browse files

Merge pull request #2087 from corona-warn-app/feature/api_downgrade

API downgrade to 29
parents 8f1dbf2b 73d618cf
No related branches found
No related tags found
No related merge requests found
...@@ -38,13 +38,13 @@ android { ...@@ -38,13 +38,13 @@ android {
println("Current VERSION_PATCH: ${VERSION_PATCH}") println("Current VERSION_PATCH: ${VERSION_PATCH}")
println("Current VERSION_BUILD: ${VERSION_BUILD}") println("Current VERSION_BUILD: ${VERSION_BUILD}")
compileSdkVersion 30 compileSdkVersion 29
buildToolsVersion "29.0.3" buildToolsVersion "29.0.3"
defaultConfig { defaultConfig {
applicationId 'de.rki.coronawarnapp' applicationId 'de.rki.coronawarnapp'
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 30 targetSdkVersion 29
ndkVersion "21.2.6472646" ndkVersion "21.2.6472646"
......
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