Skip to content

Commit e752394

Browse files
Bump android-gradle-plugin from 8.5.2 to 8.6.0 (#691)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gaëtan Muller <[email protected]>
1 parent fcfb16a commit e752394

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
accompanist = "0.34.0"
3-
android-gradle-plugin = "8.5.2"
3+
android-gradle-plugin = "8.6.0"
44
androidx-activity = "1.9.1"
55
androidx-annotation = "1.8.2"
66
androidx-compose = "2024.06.00"

pillarbox-player/src/main/java/ch/srgssr/pillarbox/player/extension/TrackSelectionParameters.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ fun TrackSelectionParameters.enableVideoTrack(): TrackSelectionParameters {
9595
* @return
9696
*/
9797
fun 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)

0 commit comments

Comments
 (0)