File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ if (flutterRoot == null) {
13
13
14
14
def flutterVersionCode = localProperties. getProperty(' flutter.versionCode' )
15
15
if (flutterVersionCode == null ) {
16
- flutterVersionCode = ' 12 '
16
+ flutterVersionCode = ' 21 '
17
17
}
18
18
19
19
def flutterVersionName = localProperties. getProperty(' flutter.versionName' )
20
20
if (flutterVersionName == null ) {
21
- flutterVersionName = ' 2.0.0 '
21
+ flutterVersionName = ' 2.0.1 '
22
22
}
23
23
24
24
apply plugin : ' com.android.application'
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class HomeBuildVersion extends StatelessWidget {
16
16
),
17
17
width: double .infinity,
18
18
child: Text (
19
- "${App .translate (HomeScreenMessages .version , context )} 2.0.0 " ,
19
+ "${App .translate (HomeScreenMessages .version , context )} 2.0.1 " ,
20
20
textAlign: TextAlign .center,
21
21
style: TextStyles .body27.copyWith (
22
22
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.
11
11
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
12
12
# Read more about iOS versioning at
13
13
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14
- version : 1.1.3
14
+ version : 2.0.1
15
15
16
16
environment :
17
17
sdk : ' >=2.7.0 <3.0.0'
You can’t perform that action at this time.
0 commit comments