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";