From a10be44e14e52ea0d32b6256dc8a018ec4552d5b Mon Sep 17 00:00:00 2001 From: Dewmal Date: Tue, 24 Mar 2020 00:44:55 +0530 Subject: [PATCH] Create production release --- lib/constants.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.dart b/lib/constants.dart index d62d601..563c124 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -1,2 +1,2 @@ -final bool debugRelease = true; +final bool debugRelease = false; final String testingServer = "https://api.covid-19.health.gov.lk/test";