From 22c6a0c7712e19554104c28bc5a50126979feeef Mon Sep 17 00:00:00 2001 From: MohammadTaha Basiri Date: Wed, 8 Jun 2022 17:28:55 +0430 Subject: [PATCH] v2.2.0 --- .fandogh/fandogh.yaml | 2 +- android/app/build.gradle | 5 +++++ lib/views/home/settings/settings.dart | 2 +- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.fandogh/fandogh.yaml b/.fandogh/fandogh.yaml index 7f5edca..5e6f993 100644 --- a/.fandogh/fandogh.yaml +++ b/.fandogh/fandogh.yaml @@ -3,7 +3,7 @@ name: app-test spec: allow_http: false disable_default_domains: true - image: app:2.1.1.181 + image: app:2.2.0 image_pull_policy: IfNotPresent path: / replicas: 1 diff --git a/android/app/build.gradle b/android/app/build.gradle index db1ece1..6ba8c9e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -70,6 +70,11 @@ android { signingConfig signingConfigs.release } } + + lintOptions { + disable 'InvalidPackage' + checkReleaseBuilds false + } } flutter { diff --git a/lib/views/home/settings/settings.dart b/lib/views/home/settings/settings.dart index e476188..a39a728 100644 --- a/lib/views/home/settings/settings.dart +++ b/lib/views/home/settings/settings.dart @@ -113,7 +113,7 @@ class Settings extends StatelessWidget { ), const SizedBox(height: 16), DidvanText( - 'نسخه نرم‌افزار: 2.1.0', + 'نسخه نرم‌افزار: 2.2.0', style: Theme.of(context).textTheme.caption, ), ], diff --git a/pubspec.lock b/pubspec.lock index bfa5047..8768ce1 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -517,7 +517,7 @@ packages: name: path_provider url: "https://pub.dartlang.org" source: hosted - version: "2.0.10" + version: "2.0.11" path_provider_android: dependency: transitive description: @@ -914,7 +914,7 @@ packages: name: webview_flutter_android url: "https://pub.dartlang.org" source: hosted - version: "2.8.9" + version: "2.8.10" webview_flutter_platform_interface: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index d79ce1a..236e87e 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: 2.1.1+17 +version: 2.2.0+18 environment: sdk: ">=2.17.0 <3.0.0"