Skip to content

Commit

Permalink
create release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Apr 1, 2020
1 parent 8936ffe commit 6498200
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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://api.covid-19.health.gov.lk/test";
final String testingServer = "https://test.covid-19.health.gov.lk/api";
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class HomeScreen extends StatefulWidget {
}

class _HomeScreenState extends State<HomeScreen> {
static const Duration SPLASH_DURATION = Duration(seconds: 20);
static const Duration SPLASH_DURATION = Duration(seconds: 3);
Widget _nextScreen;
bool _isTimeoutCompleted;

Expand Down
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.6.0+19
version: 1.6.0+20

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

0 comments on commit 6498200

Please sign in to comment.