diff --git a/android/app/build.gradle b/android/app/build.gradle index d8e93da8..11d962c1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -49,8 +49,8 @@ android { // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration. minSdkVersion 21 targetSdkVersion 33 - versionCode 3 - versionName '1.0.3' + versionCode 4 + versionName '1.0.4' } signingConfigs { diff --git a/lib/controllers/api_routes/urls.dart b/lib/controllers/api_routes/urls.dart index 64815ebc..18076255 100644 --- a/lib/controllers/api_routes/urls.dart +++ b/lib/controllers/api_routes/urls.dart @@ -4,9 +4,9 @@ class URLs { static const host2 = "http://194.163.164.213/atoms/api"; // todo @sikander will remove after confirmation //static const host1 = "https://atomsuat.hmg.com"; // old uat url - //static const host1 = "https://atomsm.hmg.com"; // production url + static const host1 = "https://atomsm.hmg.com"; // production url - static const host1 = "https://atomsmdev.hmg.com"; // local UAT url + /// static const host1 = "https://atomsmdev.hmg.com"; // local UAT url // static const host1 = "http://109.123.243.118:9000"; diff --git a/pubspec.yaml b/pubspec.yaml index 031a8b0d..fbc5da65 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 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.0.4+3 +version: 1.0.5+4 environment: sdk: ">=2.7.0 <3.0.0"