File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
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 = ' 1 '
16+ flutterVersionCode = ' 2 '
1717}
1818
1919def flutterVersionName = localProperties. getProperty(' flutter.versionName' )
2020if (flutterVersionName == null ) {
21- flutterVersionName = ' 1.0.0 '
21+ flutterVersionName = ' 1.0.1 '
2222}
2323
2424apply plugin : ' com.android.application'
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ class Constants {
1313
1414class AppConfig {
1515 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 ;
1718 static const bool isDebug = true ;
1819}
You can’t perform that action at this time.
0 commit comments