Skip to content

Commit 3739ecd

Browse files
committed
build: upgrade media3 to 1.10.0 stable
Replace the Media3 release candidate with the stable 1.10.0 artifacts and record the 1.2.1 release notes. Made-with: Cursor
1 parent 1d7942a commit 3739ecd

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
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
@@ -45,6 +52,7 @@
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

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ android {
3434
}
3535

3636
dependencies {
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"

0 commit comments

Comments
 (0)