File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ if (flutterRoot == null) {
1313
1414def flutterVersionCode = localProperties. getProperty(' flutter.versionCode' )
1515if (flutterVersionCode == null ) {
16- flutterVersionCode = ' 12 '
16+ flutterVersionCode = ' 21 '
1717}
1818
1919def flutterVersionName = localProperties. getProperty(' flutter.versionName' )
2020if (flutterVersionName == null ) {
21- flutterVersionName = ' 2.0.0 '
21+ flutterVersionName = ' 2.0.1 '
2222}
2323
2424apply plugin : ' com.android.application'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class HomeBuildVersion extends StatelessWidget {
1616 ),
1717 width: double .infinity,
1818 child: Text (
19- "${App .translate (HomeScreenMessages .version , context )} 2.0.0 " ,
19+ "${App .translate (HomeScreenMessages .version , context )} 2.0.1 " ,
2020 textAlign: TextAlign .center,
2121 style: TextStyles .body27.copyWith (
2222 color: AppTheme .text.withOpacity (0.4 ),
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.1.3
14+ version : 2.0.1
1515
1616environment :
1717 sdk : ' >=2.7.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments