Skip to content

Commit 05bfcba

Browse files
committed
final config for first release (rolled out 8 hours ago)
1 parent 404e223 commit 05bfcba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (flutterRoot == null) {
1313

1414
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
1515
if (flutterVersionCode == null) {
16-
flutterVersionCode = '1'
16+
flutterVersionCode = '2'
1717
}
1818

1919
def flutterVersionName = localProperties.getProperty('flutter.versionName')

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: A new Flutter project.
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 1.0.0+1
14+
version: 1.1.0
1515

1616
environment:
1717
sdk: ">=2.7.0 <3.0.0"

0 commit comments

Comments
 (0)