File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
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 = ' 1 '
16
+ flutterVersionCode = ' 2 '
17
17
}
18
18
19
19
def flutterVersionName = localProperties. getProperty(' flutter.versionName' )
20
20
if (flutterVersionName == null ) {
21
- flutterVersionName = ' 1.0.0 '
21
+ flutterVersionName = ' 1.0.1 '
22
22
}
23
23
24
24
apply plugin : ' com.android.application'
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ class Constants {
13
13
14
14
class AppConfig {
15
15
static const String appName = '玩Android' ;
16
- static const String version = '1.0.0' ;
16
+ static const String version = '1.0.1' ;
17
+ static const int versionCode = 2 ;
17
18
static const bool isDebug = true ;
18
19
}
You can’t perform that action at this time.
0 commit comments