From e0b7589b1715817b6e0421d7ec56fdea72d3861c Mon Sep 17 00:00:00 2001 From: oemerb <66002424+oemerb@users.noreply.github.com> Date: Tue, 9 Jun 2020 21:40:50 +0200 Subject: [PATCH 1/2] 0.8.13 (#329) --- Corona-Warn-App/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Corona-Warn-App/build.gradle b/Corona-Warn-App/build.gradle index 4cd9677b71d..d0f7db7aae0 100644 --- a/Corona-Warn-App/build.gradle +++ b/Corona-Warn-App/build.gradle @@ -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\"" From 195c7ef4465122f7277ce9ad3c326a94abae7af4 Mon Sep 17 00:00:00 2001 From: Hee Tatt Ooi Date: Tue, 9 Jun 2020 21:51:16 +0200 Subject: [PATCH 2/2] fixed urls (#327) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 161b7084664..2972894ab61 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file +VERIFICATION_CDN_URL=https://verification.coronawarn.app \ No newline at end of file