Skip to content

Commit

Permalink
Add support for THEOplayer 8.x (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens authored Sep 6, 2024
1 parent 863b971 commit 65d1bb9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
> - 🏠 Internal
> - 💅 Polish
## Unreleased

* 🚀 Added support for THEOplayer 8.0.

## v1.7.4 (2024-09-02)

* 🐛 Fixed a crash when playing a live stream on Chromecast.
Expand Down
2 changes: 1 addition & 1 deletion ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencies {

implementation(libs.theoplayer) {
version {
strictly("[5.0, 8.0)")
strictly("[5.0, 9.0)")
}
}

Expand Down

0 comments on commit 65d1bb9

Please sign in to comment.