From 195c7ef4465122f7277ce9ad3c326a94abae7af4 Mon Sep 17 00:00:00 2001 From: Hee Tatt Ooi Date: Tue, 9 Jun 2020 21:51:16 +0200 Subject: [PATCH] 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