File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
pillarbox-player/src/main/java/ch/srgssr/pillarbox/player/extension Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 11[versions ]
22accompanist = " 0.34.0"
3- android-gradle-plugin = " 8.5.2 "
3+ android-gradle-plugin = " 8.6.0 "
44androidx-activity = " 1.9.1"
55androidx-annotation = " 1.8.2"
66androidx-compose = " 2024.06.00"
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ fun TrackSelectionParameters.enableVideoTrack(): TrackSelectionParameters {
9595 * @return
9696 */
9797fun TrackSelectionParameters.disableTextTrack (): TrackSelectionParameters {
98+ @Suppress(" WrongConstant" ) // Lint embedded in AGP 8.6.0 doesn't seem to recognize inverted flags in setIgnoredTextSelectionFlags()
9899 return buildUpon()
99100 .clearOverridesOfType(C .TRACK_TYPE_TEXT )
100101 .setPreferredTextRoleFlags(0 )
You can’t perform that action at this time.
0 commit comments