Update services

This commit is contained in:
niuhuan 2022-07-25 11:03:02 +08:00
parent 9ea5d5e0d4
commit 9cc82e7fd2
4 changed files with 9 additions and 4 deletions

View File

@ -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'

View File

@ -1 +1 @@
v1.5.6
v1.5.7

View File

@ -1,3 +1,8 @@
v1.5.7
- [x] 没什么改动
- [x] TG群炸了, 换成新的, 在这里通知一下
- [x] 更新发电功能, 点击小闪电点我发过电, 不捐助可以发电到8月
v1.5.6
- [x] 从服务器获取最新的分流
- [x] 优化排行榜/骑士榜/以及各个异步加载页的刷新逻辑

View File

@ -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"