From 1372dea2e7a024269f3737cb3f0bc0ebd72b2a68 Mon Sep 17 00:00:00 2001 From: Dewmal Date: Sat, 11 Apr 2020 15:32:52 +0530 Subject: [PATCH] Build product release --- lib/constants.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/constants.dart b/lib/constants.dart index 4e27a4a..fc10903 100644 --- a/lib/constants.dart +++ b/lib/constants.dart @@ -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"; diff --git a/pubspec.yaml b/pubspec.yaml index 6b9f1fa..52e6278 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"