Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai committed Feb 12, 2022
1 parent dcab870 commit cec5084
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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'
}


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cec5084

Please sign in to comment.