android 1.0.4 released.

main_design2.0
Sikander Saleem 2 years ago
parent c6c6aa5bce
commit 050c710bf8

@ -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 {

@ -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";

@ -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"

Loading…
Cancel
Save