Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
App Release - 1.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Hari-egov committed May 31, 2024
1 parent 4d46f6f commit 0c61643
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions frontend/mgramseva/lib/env/app_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,9 @@ dynamic get apiBaseUrl {
}

Map<String, dynamic> 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<String, dynamic> stageConstants = {
Expand Down
2 changes: 1 addition & 1 deletion frontend/mgramseva/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0c61643

Please sign in to comment.