Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #319 from corona-warn-app/dev
Browse files Browse the repository at this point in the history
0.8.12
  • Loading branch information
htooisap authored Jun 9, 2020
2 parents a326bb4 + 89f11fe commit 2380e02
Show file tree
Hide file tree
Showing 64 changed files with 3,044 additions and 327 deletions.
6 changes: 3 additions & 3 deletions Corona-Warn-App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ android {
applicationId 'de.rki.coronawarnapp'
minSdkVersion 23
targetSdkVersion 29
versionCode 18
versionName "0.8.11"
versionCode 19
versionName "0.8.12"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField "String", "DOWNLOAD_CDN_URL", "\"$DOWNLOAD_CDN_URL\""
buildConfigField "String", "SUBMISSION_CDN_URL", "\"$SUBMISSION_CDN_URL\""
buildConfigField "String", "VERIFICATION_CDN_URL", "\"$VERIFICATION_CDN_URL\""
buildConfigField "String", "EXPORT_SIGNATURE_ID", "\"de.rki.coronawarnapp\""
buildConfigField "String", "EXPORT_SIGNATURE_ID", "\"de.rki.coronawarnapp-dev\""

javaCompileOptions {
annotationProcessorOptions {
Expand Down
3 changes: 2 additions & 1 deletion Corona-Warn-App/config/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,8 @@ style:
'**/*.Spec.kt',
'**/*.Spek.kt',
'**/CwaWebException.kt',
'**/HttpErrorParser.kt'
'**/HttpErrorParser.kt',
'**/ErrorCodes.kt'
]
ignoreNumbers: ['-1', '0', '1', '2']
ignoreHashCodeFunction: true
Expand Down
Loading

0 comments on commit 2380e02

Please sign in to comment.