Skip to content

Commit

Permalink
code 16, v1.8.3 --release
Browse files Browse the repository at this point in the history
  • Loading branch information
shantnu-agarwal committed Aug 23, 2020
1 parent 0b200f2 commit 1d96d96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ if (flutterRoot == null) {

def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
if (flutterVersionCode == null) {
flutterVersionCode = '15'
flutterVersionCode = '16'
}

def flutterVersionName = localProperties.getProperty('flutter.versionName')
if (flutterVersionName == null) {
flutterVersionName = '1.8.2'
flutterVersionName = '1.8.3'
}

apply plugin: 'com.android.application'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: A new Flutter project.
# 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.8.2
version: 1.8.3

environment:
sdk: ">=2.1.0 <3.0.0"
Expand Down

0 comments on commit 1d96d96

Please sign in to comment.