Skip to content

Commit

Permalink
Bump android-gradle-plugin from 8.6.1 to 8.7.0 (#740)
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 Oct 8, 2024
1 parent 3e6704f commit eef59f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
android-gradle-plugin = "8.6.1"
android-gradle-plugin = "8.7.0"
androidx-activity = "1.9.2"
androidx-annotation = "1.8.2"
androidx-compose = "2024.09.01"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ 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 eef59f2

Please sign in to comment.