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 #330 from corona-warn-app/dev
Browse files Browse the repository at this point in the history
0.8.13
  • Loading branch information
htooisap authored Jun 9, 2020
2 parents 2380e02 + 195c7ef commit 762e1cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Corona-Warn-App/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ android {
applicationId 'de.rki.coronawarnapp'
minSdkVersion 23
targetSdkVersion 29
versionCode 19
versionName "0.8.12"
versionCode 20
versionName "0.8.13"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

buildConfigField "String", "DOWNLOAD_CDN_URL", "\"$DOWNLOAD_CDN_URL\""
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ android.useAndroidX=true
org.gradle.parallel=true
org.gradle.dependency.verification.console=verbose
# Variables for Server URLs. The variables in local.properties will override these
SUBMISSION_CDN_URL=https://submission-cff4f7147260.coronawarn.app
SUBMISSION_CDN_URL=https://submission.coronawarn.app
DOWNLOAD_CDN_URL=https://svc90.main.px.t-online.de
VERIFICATION_CDN_URL=https://verification-ae90d11f.coronawarn.app
VERIFICATION_CDN_URL=https://verification.coronawarn.app

0 comments on commit 762e1cb

Please sign in to comment.