diff --git a/README.md b/README.md index 3bea2af4..cf43d2c4 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ QQ 音乐来源:自己搞的 : ) # 3.0 效果展示 +新增流光特效(相关文件还在调试中未上传 Github) + ![pic0](https://img-blog.csdnimg.cn/20210404174841698.png) # 以前版本 @@ -69,10 +71,10 @@ https://blog.csdn.net/Moriafly/article/details/109708728 - [x] 新歌速递 - [x] 热搜列表(详细) - [x] 通知 - 私信 -- [ ] 喜欢音乐(3.0 移除) +- [x] 喜欢音乐 - [x] 默认搜索关键词 - [x] banner -- [ ] 手机登录(3.0 移除) +- [x] 手机登录 - [x] 发送/删除评论 - [x] 获取用户信息 - [x] 搜索 diff --git a/UPDATE.md b/UPDATE.md index b3b98751..bf7915fd 100644 --- a/UPDATE.md +++ b/UPDATE.md @@ -1,4 +1,4 @@ -3.1.0-beta +3.1.0 #### 新 @@ -7,6 +7,7 @@ #### 改 代码优化 +界面优化 #### 修 diff --git a/app/build.gradle b/app/build.gradle index d75fcfb6..1c7a8c64 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -29,8 +29,8 @@ android { applicationId "com.dirror.music" minSdkVersion 21 targetSdkVersion 30 - versionCode 709 - versionName "3.1.0-beta" + versionCode 710 + versionName "3.1.0" multiDexEnabled true diff --git a/app/release/3.1.0-beta(709).apk b/app/release/3.1.0.apk similarity index 67% rename from app/release/3.1.0-beta(709).apk rename to app/release/3.1.0.apk index fa4f80cf..f85f6be0 100644 Binary files a/app/release/3.1.0-beta(709).apk and b/app/release/3.1.0.apk differ diff --git a/app/release/output-metadata.json b/app/release/output-metadata.json index 1ccb3185..76a138d9 100644 --- a/app/release/output-metadata.json +++ b/app/release/output-metadata.json @@ -10,8 +10,8 @@ { "type": "SINGLE", "filters": [], - "versionCode": 709, - "versionName": "3.1.0-beta", + "versionCode": 710, + "versionName": "3.1.0", "outputFile": "app-release.apk" } ]