From c29a32ab9a0275e57521769fe7557f72e87cebbf Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 14 Dec 2020 18:20:31 -0800 Subject: [PATCH] bundle flutter versionCode correctly in v1.0.5 --- fastlane/metadata/android/en-US/changelogs/1005.txt | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/1005.txt diff --git a/fastlane/metadata/android/en-US/changelogs/1005.txt b/fastlane/metadata/android/en-US/changelogs/1005.txt new file mode 100644 index 0000000..5f3d741 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1005.txt @@ -0,0 +1 @@ +* Update buildCode in pubspec \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 1b74f4f..307f14c 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: 1.0.4+1 +version: 1.0.5+1005 environment: sdk: ">=2.7.0 <3.0.0"