Skip to content

Commit 9542b98

Browse files
committed
update version to 1.48.1
1 parent e5fdeba commit 9542b98

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/release_notes.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
## V1.47
1+
## V1.48
22

3-
### 修复 && 调整
4-
1. 调整了搜索qq音乐歌词的组件,更美观合理
5-
2. 调整播放界面标题在某些情况会显示不全
6-
3. 调整了大部分的dialog该用sheet,例如睡眠设置、歌单收藏、qq音乐歌词搜索
7-
4. 调整了触发qq音乐搜索的地方(点击歌词界面右下角的图标即可)
8-
5. 优化数据类型
3+
### 新ui && 优化
4+
1. 尝试了一个新的播放界面,旧的会在不久后作为设置选项进行选择
5+
2. 添加了一个发现音乐界面(因为比较简单就先实现了,绝不是我想偷懒)
6+
3. 相关优化等(提供了另一个进度条样式[还没优化])
7+
4. 其他的想不起来了

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
minSdk = 29
2525
targetSdk = 35
2626
versionCode = 1
27-
versionName = "1.47.7-beta"
27+
versionName = "1.48.1"
2828

2929
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
3030
}

0 commit comments

Comments
 (0)