hotfix release VersionID 10.2

update_flutter_3.16.0_sdk-upgrade
haroon amjad 2 months ago
parent cf32000bcb
commit 603a40f23d

@ -413,7 +413,7 @@ const TRANSACTION_NO = 0;
const LANGUAGE_ID = 2;
const STAMP = '2020-04-27T12:17:17.721Z';
const IP_ADDRESS = '9.9.9.9';
const VERSION_ID = 10.1;
const VERSION_ID = 10.2;
const CHANNEL = 9;
const SESSION_ID = 'BlUSkYymTt';
const IS_LOGIN_FOR_DOCTOR_APP = true;

@ -21,11 +21,11 @@ class PatientSearchRequestModel {
PatientSearchRequestModel(
{this.doctorID,
this.firstName = "",
this.middleName = "",
this.lastName = "",
this.patientMobileNumber = "",
this.patientIdentificationID = "",
this.firstName = "0",
this.middleName = "0",
this.lastName = "0",
this.patientMobileNumber = "0",
this.patientIdentificationID = "0",
this.patientID = 0,
this.searchType = 1,
this.mobileNo = "",

@ -11,7 +11,8 @@ description: A new Flutter project.
# 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.4.28+39
version: 1.4.30+41
#version: 1.4.28+1
environment:

Loading…
Cancel
Save