File tree 4 files changed +7
-7
lines changed 4 files changed +7
-7
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 = ' 3 '
16
+ flutterVersionCode = ' 4 '
17
17
}
18
18
19
19
def flutterVersionName = localProperties. getProperty(' flutter.versionName' )
20
20
if (flutterVersionName == null ) {
21
- flutterVersionName = ' 1.0.2 '
21
+ flutterVersionName = ' 1.0.3 '
22
22
}
23
23
24
24
apply plugin : ' com.android.application'
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ FLUTTER_TARGET=lib\main.dart
5
5
FLUTTER_BUILD_DIR=build
6
6
SYMROOT=${SOURCE_ROOT}/../build\ios
7
7
FLUTTER_FRAMEWORK_DIR=D:\android\flutter\bin\cache\artifacts\engine\ios
8
- FLUTTER_BUILD_NAME=1.0.2
9
- FLUTTER_BUILD_NUMBER=3
8
+ FLUTTER_BUILD_NAME=1.0.3
9
+ FLUTTER_BUILD_NUMBER=4
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Constants {
13
13
14
14
class AppConfig {
15
15
static const String appName = '玩Android' ;
16
- static const String version = '1.0.2 ' ;
17
- static const int versionCode = 3 ;
16
+ static const String version = '1.0.3 ' ;
17
+ static const int versionCode = 4 ;
18
18
static const bool isDebug = true ;
19
19
}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ description: A new Flutter application.
7
7
# Both the version and the builder number may be overridden in flutter
8
8
# build by specifying --build-name and --build-number, respectively.
9
9
# Read more about versioning at semver.org.
10
- version : 1.0.2+3
10
+ version : 1.0.3+4
11
11
12
12
environment :
13
13
sdk : " >=2.2.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments