From 1ecc75bd5bfb918deb610e4776b45247a7a846de Mon Sep 17 00:00:00 2001 From: Dewmal Date: Tue, 7 Apr 2020 20:05:17 +0530 Subject: [PATCH] v1.11.0 release build --- lib/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.dart b/lib/constants.dart index 4e27a4a..fc10903 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,3 +1,3 @@ -final bool debugRelease = true; +final bool debugRelease = false; //final String testingServer = "https://test.covid-19.health.gov.lk/api"; final String testingServer = "https://test.covid-19.health.gov.lk/api";