Skip to content

Commit 56957cb

Browse files
committed
update version 1.0.2
1 parent 7d53b61 commit 56957cb

File tree

8 files changed

+9
-14
lines changed

8 files changed

+9
-14
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ build/
3636
**/android/gradlew.bat
3737
**/android/**/GeneratedPluginRegistrant.java
3838
**/.gradle
39+
**/android/local.properties
3940

4041
# iOS/XCode related
4142
**/ios/**/*.mode1v3

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 = '2'
16+
flutterVersionCode = '3'
1717
}
1818

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

2424
apply plugin: 'com.android.application'

android/local.properties

Lines changed: 0 additions & 6 deletions
This file was deleted.
-2.44 KB
Binary file not shown.

android/release/output.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":2,"versionName":"1.0.1","enabled":true,"outputFile":"flutter_wanandroid.apk","fullName":"release","baseName":"release"},"path":"flutter_wanandroid.apk","properties":{}}]
1+
[{"outputType":{"type":"APK"},"apkData":{"type":"MAIN","splits":[],"versionCode":3,"versionName":"1.0.2","enabled":true,"outputFile":"flutter_wanandroid.apk","fullName":"release","baseName":"release"},"path":"flutter_wanandroid.apk","properties":{}}]

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.1
9-
FLUTTER_BUILD_NUMBER=2
8+
FLUTTER_BUILD_NAME=1.0.2
9+
FLUTTER_BUILD_NUMBER=3

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.1';
17-
static const int versionCode = 2;
16+
static const String version = '1.0.2';
17+
static const int versionCode = 3;
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.1+2
10+
version: 1.0.2+3
1111

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

0 commit comments

Comments
 (0)