From 1094d297f48af9fced57bda52ab668ae495a3893 Mon Sep 17 00:00:00 2001 From: haroon amjad Date: Mon, 29 Jul 2024 09:53:40 +0300 Subject: [PATCH] Update to stores 15.9 --- android/app/src/main/AndroidManifest.xml | 6 +++--- lib/core/service/client/base_app_client.dart | 2 +- lib/pages/login/login.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 9a3ac334..b1540644 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -14,16 +14,16 @@ - + - + + - diff --git a/lib/core/service/client/base_app_client.dart b/lib/core/service/client/base_app_client.dart index a1b9b9c3..d8f30f0c 100644 --- a/lib/core/service/client/base_app_client.dart +++ b/lib/core/service/client/base_app_client.dart @@ -193,7 +193,7 @@ class BaseAppClient { // body['IdentificationNo'] = 1023854217; // body['MobileNo'] = "531940021"; //0560717232 - // body['PatientID'] = 4767978; //4609100 + // body['PatientID'] = 283093; //4609100 // body['TokenID'] = "@dm!n"; // Patient ID: 3027574 diff --git a/lib/pages/login/login.dart b/lib/pages/login/login.dart index 5999c8b0..18ed5440 100644 --- a/lib/pages/login/login.dart +++ b/lib/pages/login/login.dart @@ -358,7 +358,7 @@ class _Login extends State { } this.authService.checkActivationCode(request, code).then((result) async { sharedPref.remove(FAMILY_FILE); - registerGeoZones(); + // registerGeoZones(); projectViewModel.setPrivilege(privilegeList: result); result = CheckActivationCode.fromJson(result); result.list.isFamily = false; diff --git a/pubspec.yaml b/pubspec.yaml index 9b6839cb..0e9b2bd6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: diplomaticquarterapp description: A new Flutter application. -version: 4.5.93+1 +version: 4.5.061+4050061 environment: sdk: ">=3.0.0 <3.13.0"