Skip to content

Commit

Permalink
Update media3 version 1.2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ziad-halabi9 committed Oct 9, 2024
1 parent cfda2d2 commit fda2632
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ retrofit = "2.11.0"
room = "2.6.1"
slf4j-api = "2.0.12"
tickaroo = "0.8.13"
tidal-androidx-media = "1.1.1.2"
tidal-androidx-media = "1.2.1.1"
plugins-tidal = "unspecified"

[libraries]
Expand Down
6 changes: 6 additions & 0 deletions lint.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<lint>
<issue id="UnsafeOptInUsageError">
<option name="opt-in" value="androidx.media3.common.util.UnstableApi" />
</issue>
</lint>

0 comments on commit fda2632

Please sign in to comment.