Skip to content

Commit 3290ea2

Browse files
committed
update version 1.0.3
1 parent 9b1485a commit 3290ea2

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ if (flutterRoot == null) {
1313

1414
def flutterVersionCode = localProperties.getProperty('flutter.versionCode')
1515
if (flutterVersionCode == null) {
16-
flutterVersionCode = '3'
16+
flutterVersionCode = '4'
1717
}
1818

1919
def flutterVersionName = localProperties.getProperty('flutter.versionName')
2020
if (flutterVersionName == null) {
21-
flutterVersionName = '1.0.2'
21+
flutterVersionName = '1.0.3'
2222
}
2323

2424
apply plugin: 'com.android.application'

ios/Flutter/Generated.xcconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ FLUTTER_TARGET=lib\main.dart
55
FLUTTER_BUILD_DIR=build
66
SYMROOT=${SOURCE_ROOT}/../build\ios
77
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

lib/common/common.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Constants {
1313

1414
class AppConfig {
1515
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;
1818
static const bool isDebug = true;
1919
}

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: A new Flutter application.
77
# Both the version and the builder number may be overridden in flutter
88
# build by specifying --build-name and --build-number, respectively.
99
# Read more about versioning at semver.org.
10-
version: 1.0.2+3
10+
version: 1.0.3+4
1111

1212
environment:
1313
sdk: ">=2.2.0 <3.0.0"

0 commit comments

Comments
 (0)