Skip to content

Commit

Permalink
Create Version 1.15.0 alpha release1
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Apr 16, 2020
1 parent 3923a7b commit 984c88d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/constants.dart
Original file line number Diff line number Diff line change
@@ -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";

Expand All @@ -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";
"https://apps.apple.com/us/app/myhealth-sri-lanka/id1503349513";

0 comments on commit 984c88d

Please sign in to comment.