File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55格式基于 [ Keep a Changelog] ( https://keepachangelog.com/zh-CN/1.1.0/ ) 。
66
7+ ## [ 1.2.1] - 2026-04-13
8+
9+ ### Changed
10+
11+ - Media3 从 ` 1.10.0-rc01 ` 升级到正式版 ` 1.10.0 ` ,与官方稳定发布对齐
12+ - 对当前项目执行 ` testDebugUnitTest ` 与 ` assembleDebug ` 验证,确认现有播放器链路可正常编译并通过单元测试
13+
714## [ 1.2.0] - 2026-04-13
815
916### Added
4552- ` SettingsCollapsibleFragment ` :切换播放线路后子菜单刷新,方向键右键无法回到主菜单
4653
4754[ 1.1.0 ] : https://github.com/whyun-android/witv/compare/v1.0.2...v1.1.0
55+ [ 1.2.1 ] : https://github.com/whyun-android/witv/compare/v1.2.0...v1.2.1
4856[ 1.2.0 ] : https://github.com/whyun-android/witv/compare/v1.1.0...v1.2.0
4957
5058## [ 1.0.2] - 2026-03-21
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ android {
3434}
3535
3636dependencies {
37- def media3_version = " 1.10.0-rc01 "
37+ def media3_version = " 1.10.0"
3838
3939 testImplementation " junit:junit:4.13.2"
4040 testImplementation " org.robolectric:robolectric:4.14.1"
4141 testImplementation " androidx.test:core:1.6.1"
4242
43- // Media3 ExoPlayer(RC ,升级后请在目标盒子上做播放回归)
43+ // Media3 ExoPlayer(stable ,升级后请在目标盒子上做播放回归)
4444 implementation " androidx.media3:media3-exoplayer:$media3_version "
4545 implementation " androidx.media3:media3-exoplayer-hls:$media3_version "
4646 implementation " androidx.media3:media3-exoplayer-dash:$media3_version "
You can’t perform that action at this time.
0 commit comments