From 984c88da69fafde7113eb10300b858de9b7ca903 Mon Sep 17 00:00:00 2001 From: Dewmal Date: Fri, 17 Apr 2020 00:11:34 +0530 Subject: [PATCH] Create Version 1.15.0 alpha release1 --- lib/constants.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants.dart b/lib/constants.dart index 7b339ed..7212b13 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,4 +1,4 @@ -final bool debugRelease = false; +final bool debugRelease = true; //final String testingServer = "https://test.covid-19.health.gov.lk/api"; final String testingServer = "https://test.covid-19.health.gov.lk/api"; @@ -8,4 +8,4 @@ const String IOS_APP_BUILD_NUMBER_KEY = "ios_app_builder_number_key"; const String ANDROID_APP_URL = "https://play.google.com/store/apps/details?id=app.ceylon.selftrackingapp"; const String IOS_APP_URL = - "https://apps.apple.com/us/app/myhealth-sri-lanka/id1503349513"; \ No newline at end of file + "https://apps.apple.com/us/app/myhealth-sri-lanka/id1503349513";