Skip to content

Commit

Permalink
Update minimum native version
Browse files Browse the repository at this point in the history
  • Loading branch information
tvanlaerhoven committed Nov 29, 2024
1 parent 1ffdef4 commit bb24ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ repositories {
maven { url "https://maven.theoplayer.com/releases" }
}

// The minimum supported THEOplayer version is 8.5.0
def theoplayer_sdk_version = safeExtGet('THEOplayer_sdk', '[8.5.0, 9.0.0)')
// The minimum supported THEOplayer version is 8.5.1
def theoplayer_sdk_version = safeExtGet('THEOplayer_sdk', '[8.5.1, 9.0.0)')
def theoplayer_mediasession_version = safeExtGet('THEOplayer_mediasession', '[8.0.0, 9.0.0)')

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion example/android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ newArchEnabled=false
hermesEnabled=true

# Version of the THEOplayer SDK, if not specified, the latest available version within bounds is set.
#THEOplayer_sdk=[8.5.0, 9.0.0)
#THEOplayer_sdk=[8.5.1, 9.0.0)

# Override Android sdk versions
#THEOplayer_compileSdkVersion = 34
Expand Down

0 comments on commit bb24ffe

Please sign in to comment.