Skip to content

Commit a067a6f

Browse files
committed
mod version 1.0.1
1 parent 6211299 commit a067a6f

File tree

2 files changed

+4
-3
lines changed

2 files changed

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

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

2424
apply plugin: 'com.android.application'

lib/common/common.dart

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

1414
class 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
}

0 commit comments

Comments
 (0)