v3 api added.

main_design2.1
Sikander Saleem 11 months ago
parent 7818269b93
commit ee6264f4b4

@ -1,11 +1,12 @@
class URLs {
URLs._();
static const host1 = "https://atomsm.hmg.com"; // production url
// static const host1 = "https://atomsmdev.hmg.com"; // local UAT url
// static const host1 = "https://atomsm.hmg.com"; // production url
static const host1 = "https://atomsmdev.hmg.com"; // local UAT url
// static String _baseUrl = "$_host/mobile";
static String _baseUrl = "$_host/mobile"; // new V2 apis
// static String _baseUrl = "$_host/mobile";
static String _baseUrl = "$_host/v3/mobile"; // new V3 apis
static String _host = host1;

@ -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.2.4+11
version: 1.2.5+12
environment:
sdk: ">=2.7.0 <3.0.0"

Loading…
Cancel
Save