mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Upgrade Truth from 0.44 to 1.0
I'd like to add a custom CueSubject, and if we upgrade first we won't have to migrate from Subject<S, T> to Subject later: https://truth.dev/subject_named_actual_type_parameters.html PiperOrigin-RevId: 283737561
This commit is contained in:
parent
b045b62205
commit
e54b493bbf
@ -24,6 +24,7 @@
|
|||||||
* Make media session connector dispatch ACTION_SET_CAPTIONING_ENABLED.
|
* Make media session connector dispatch ACTION_SET_CAPTIONING_ENABLED.
|
||||||
* Add support for position and overlapping start/end times in SSA/ASS subtitles
|
* Add support for position and overlapping start/end times in SSA/ASS subtitles
|
||||||
([#6320](https://github.com/google/ExoPlayer/issues/6320)).
|
([#6320](https://github.com/google/ExoPlayer/issues/6320)).
|
||||||
|
* Upgrade Truth dependency from 0.44 to 1.0.
|
||||||
|
|
||||||
### 2.11.0 (not yet released) ###
|
### 2.11.0 (not yet released) ###
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ project.ext {
|
|||||||
androidxTestJUnitVersion = '1.1.1'
|
androidxTestJUnitVersion = '1.1.1'
|
||||||
androidxTestRunnerVersion = '1.2.0'
|
androidxTestRunnerVersion = '1.2.0'
|
||||||
androidxTestRulesVersion = '1.2.0'
|
androidxTestRulesVersion = '1.2.0'
|
||||||
truthVersion = '0.44'
|
truthVersion = '1.0'
|
||||||
modulePrefix = ':'
|
modulePrefix = ':'
|
||||||
if (gradle.ext.has('exoplayerModulePrefix')) {
|
if (gradle.ext.has('exoplayerModulePrefix')) {
|
||||||
modulePrefix += gradle.ext.exoplayerModulePrefix
|
modulePrefix += gradle.ext.exoplayerModulePrefix
|
||||||
|
Loading…
x
Reference in New Issue
Block a user