From 9cc82e7fd2dd615e84b47e6c17bd1ce4b9bc0b09 Mon Sep 17 00:00:00 2001 From: niuhuan Date: Mon, 25 Jul 2022 11:03:02 +0800 Subject: [PATCH] Update services --- android/app/build.gradle | 4 ++-- ci/version.code.txt | 2 +- ci/version.info.txt | 5 +++++ pubspec.yaml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 85b3153..d45aec4 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -13,12 +13,12 @@ if (flutterRoot == null) { def flutterVersionCode = localProperties.getProperty('flutter.versionCode') if (flutterVersionCode == null) { - flutterVersionCode = '2' + flutterVersionCode = '3' } def flutterVersionName = localProperties.getProperty('flutter.versionName') if (flutterVersionName == null) { - flutterVersionName = '1.0.1' + flutterVersionName = '1.5.7' } apply plugin: 'com.android.application' diff --git a/ci/version.code.txt b/ci/version.code.txt index 620d757..54d06cb 100644 --- a/ci/version.code.txt +++ b/ci/version.code.txt @@ -1 +1 @@ -v1.5.6 \ No newline at end of file +v1.5.7 \ No newline at end of file diff --git a/ci/version.info.txt b/ci/version.info.txt index f0152fa..8d35d3a 100644 --- a/ci/version.info.txt +++ b/ci/version.info.txt @@ -1,3 +1,8 @@ +v1.5.7 +- [x] 没什么改动 +- [x] TG群炸了, 换成新的, 在这里通知一下 +- [x] 更新发电功能, 点击小闪电点我发过电, 不捐助可以发电到8月 + v1.5.6 - [x] 从服务器获取最新的分流 - [x] 优化排行榜/骑士榜/以及各个异步加载页的刷新逻辑 diff --git a/pubspec.yaml b/pubspec.yaml index a36bbf8..62a650e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.1+1 +version: 1.5.7+3 environment: sdk: ">=2.12.0 <3.0.0"