Commit 401282c4 by Administrator

编译版本号规则

1 parent a6505868
...@@ -11,6 +11,11 @@ flutter run -d 00008030-001C75810E42402E --release ...@@ -11,6 +11,11 @@ flutter run -d 00008030-001C75810E42402E --release
flutter run -d 00008140-001068C93AB8801C --release flutter run -d 00008140-001068C93AB8801C --release
gao 00008130-0010788A2E01001C
yongosng 00008110-000A284C2178801E
flutter build ios --build-number=2511061
flutter build ipa --export-method ad-hoc flutter build ipa --export-method ad-hoc
flutter build ipa --export-method ad-hoc --build-name=1.0.0 --build-number=1 flutter build ipa --export-method ad-hoc --build-name=1.0.0 --build-number=1
......
...@@ -17,7 +17,7 @@ class Constant { ...@@ -17,7 +17,7 @@ class Constant {
static const int obsUploadChunkSize = 1024 * 1024 * 5; static const int obsUploadChunkSize = 1024 * 1024 * 5;
/// app 版本号规则 /// app 版本号规则
static const String appVersion = '1.0.2512021'; static const String appVersion = '1.0.2512031';
// h5的起始终最低版本号规则 // h5的起始终最低版本号规则
static const String h5Version = '1.0.0'; static const String h5Version = '1.0.0';
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!