Skip to content

Commit

Permalink
Add support for THEOplayer 6.x (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven authored Oct 17, 2023
1 parent 3ad39a1 commit 545e2ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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

* 🚀 Allow THEOplayer Android SDK 6.

## v1.3.3 (2023-07-13)

* 💅 `UIController` now sizes itself to match the video's aspect ratio, except if this were to
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
val compose_ui_version by extra("1.3.3")
val material3_version by extra("1.0.1")
val theoplayer_version by extra("5.5.0")
val theoplayer_version by extra("6.1.0")
val dokka_version by extra("1.8.10")
}
plugins {
Expand Down
2 changes: 1 addition & 1 deletion ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {

implementation("com.theoplayer.theoplayer-sdk-android:core") {
version {
strictly("[5.0, 6.0[")
strictly("[5.0, 7.0[")
prefer(theoplayer_version)
}
}
Expand Down

0 comments on commit 545e2ca

Please sign in to comment.