Skip to content

Commit

Permalink
Bump android-gradle-plugin from 8.5.2 to 8.6.0 (#691)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] and MGaetan89 authored Sep 3, 2024
1 parent fcfb16a commit e752394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
accompanist = "0.34.0"
android-gradle-plugin = "8.5.2"
android-gradle-plugin = "8.6.0"
androidx-activity = "1.9.1"
androidx-annotation = "1.8.2"
androidx-compose = "2024.06.00"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ fun TrackSelectionParameters.enableVideoTrack(): TrackSelectionParameters {
* @return
*/
fun TrackSelectionParameters.disableTextTrack(): TrackSelectionParameters {
@Suppress("WrongConstant") // Lint embedded in AGP 8.6.0 doesn't seem to recognize inverted flags in setIgnoredTextSelectionFlags()
return buildUpon()
.clearOverridesOfType(C.TRACK_TYPE_TEXT)
.setPreferredTextRoleFlags(0)
Expand Down

0 comments on commit e752394

Please sign in to comment.