From 0c616439be5e1a5482b26fa5b5e3eaef8c90c9f3 Mon Sep 17 00:00:00 2001 From: Hari-egov Date: Fri, 31 May 2024 13:50:24 +0530 Subject: [PATCH] App Release - 1.2.25 --- frontend/mgramseva/lib/env/app_config.dart | 10 +++------- frontend/mgramseva/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/frontend/mgramseva/lib/env/app_config.dart b/frontend/mgramseva/lib/env/app_config.dart index d94f65699..94253b5b1 100644 --- a/frontend/mgramseva/lib/env/app_config.dart +++ b/frontend/mgramseva/lib/env/app_config.dart @@ -27,13 +27,9 @@ dynamic get apiBaseUrl { } Map devConstants = { - // PROD - // _baseUrl: "https://mgramseva-dwss.punjab.gov.in/", - // UAT - _baseUrl: "https://mgramseva-uat.psegs.in/", - // _baseUrl: kIsWeb - // ? (window.location.origin) + "/" - // : const String.fromEnvironment('BASE_URL'), + _baseUrl: kIsWeb + ? (window.location.origin) + "/" + : const String.fromEnvironment('BASE_URL'), }; Map stageConstants = { diff --git a/frontend/mgramseva/pubspec.yaml b/frontend/mgramseva/pubspec.yaml index bd2f50f99..75584d712 100644 --- a/frontend/mgramseva/pubspec.yaml +++ b/frontend/mgramseva/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.2.21+38 +version: 1.2.25+39 environment: sdk: ">=2.12.0 <4.0.0"