This commit is contained in:
MohammadTaha Basiri 2022-06-08 17:28:55 +04:30
parent d1bd45c825
commit 22c6a0c771
5 changed files with 10 additions and 5 deletions

View File

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

View File

@ -70,6 +70,11 @@ android {
signingConfig signingConfigs.release
}
}
lintOptions {
disable 'InvalidPackage'
checkReleaseBuilds false
}
}
flutter {

View File

@ -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,
),
],

View File

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

View File

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