From cec50849ee61177fea4fca23921685889e95d56d Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Sat, 12 Feb 2022 13:16:00 +0300 Subject: [PATCH] Bump version --- android/app/build.gradle | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 487e1b3a..c99b8b05 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -18,7 +18,7 @@ if (flutterVersionCode == null) { def flutterVersionName = localProperties.getProperty('flutter.versionName') if (flutterVersionName == null) { - flutterVersionName = '1.1.4' + flutterVersionName = '1.2.0' } apply plugin: 'com.android.application' @@ -48,8 +48,8 @@ android { applicationId 'com.simplytranslate_mobile' minSdkVersion 21 targetSdkVersion 31 - versionCode 6 - versionName '1.1.4' + versionCode 7 + versionName '1.2.0' } diff --git a/pubspec.yaml b/pubspec.yaml index 77de766c..f5fcfda3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -13,7 +13,7 @@ publish_to: 'none' # 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.1.4+1 +version: 1.2.0+1 environment: sdk: ">=2.12.0 <3.0.0"