Skip to content

Commit

Permalink
发布版本 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
10miaomiao committed Oct 6, 2024
1 parent acc0b2f commit bd27381
Show file tree
Hide file tree
Showing 6 changed files with 2,634 additions and 2,079 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# 更新日志
## [2.3.10] - (105) - 2024-10-06
+ 新增 新版用户空间页面
+ 修复 播放列表多P播放时失效
+ 修复 受限番剧播放器一直显示loading界面
+ 修复 通知栏同时出现多个播放器控制器问题
+ ヽ( ̄ω ̄( ̄ω ̄〃)ゝ

## [2.3.9] - (104) - 2024-09-01
+ 新增 视频详情页支持控制跳转合集详情及播放列表
+ 新增 播放器小电视loading
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "com.a10miaomiao.bilimiao"
minSdk = 21
targetSdk = 34
versionCode = 104
versionName = "2.3.9"
versionCode = 105
versionName = "2.3.10"

flavorDimensions("default")

Expand Down
Loading

0 comments on commit bd27381

Please sign in to comment.