Skip to content

Commit

Permalink
update version to 2.3.0-beta01
Browse files Browse the repository at this point in the history
  • Loading branch information
wangchenyan committed Mar 29, 2024
1 parent 764a661 commit bc79076
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
> 后续可能会根据大家的反馈增加或调整功能
### 本地功能
- 基于 Media3 + ExoPlayer 构建播放能力
- 添加和播放本地音乐文件
- 专辑封面显示
- 歌词显示,支持拖动歌词调节播放进度
Expand Down Expand Up @@ -69,6 +70,10 @@
> ![](https://raw.githubusercontent.com/wangchenyan/ponymusic/master/art/api_page.jpg)
## 更新说明
`2.3.0`
- 播放器内核升级为 Media3 + ExoPlayer
- 修复歌单内歌曲超过1000首加载失败的问题

`2.2.0`
- 增加添加歌曲到歌单
- 播放页增加喜欢歌曲和下载歌曲
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
compileSdk = "34"
targetSdk = "34"
minSdk = "21"
versionCode = "2020001"
versionName = "2.2.0-beta01"
versionCode = "2030001"
versionName = "2.3.0-beta01"
# java
java = "VERSION_1_8"
jvmTarget = "1.8"
Expand Down

0 comments on commit bc79076

Please sign in to comment.