File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ if (flutterRoot == null) {
1313
1414def flutterVersionCode = localProperties. getProperty(' flutter.versionCode' )
1515if (flutterVersionCode == null ) {
16- flutterVersionCode = ' 1 '
16+ flutterVersionCode = ' 2 '
1717}
1818
1919def flutterVersionName = localProperties. getProperty(' flutter.versionName' )
Original file line number Diff line number Diff 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
1616environment :
1717 sdk : " >=2.7.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments