Skip to content

Commit

Permalink
Build product release
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Apr 11, 2020
1 parent 4d1ae50 commit 1372dea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -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";
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Self tracking app
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.12.9+28
version: 1.12.9+30

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 1372dea

Please sign in to comment.