Skip to content

Commit

Permalink
Update version to v4.30.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions Bot KLTR committed Feb 6, 2025
1 parent fe43985 commit fd763dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion broadpeakplugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
dependencies {

// TODO: when tvplayer is released, replace this.
api 'com.kaltura:kaltura-player-android:PLAYEROTT-42_4XX-SNAPSHOT'
api 'com.kaltura.player:tvplayer:4.30.14'
//api project(":tvplayer")
api 'tv.broadpeak.smartlib:smartlib-kaltura:04.07.01.4334a05'
}
Expand Down
2 changes: 1 addition & 1 deletion broadpeakplugin/version.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Library Version
ext.libVersion = 'dev'
ext.libVersion = '4.30.14'

// Append short commit hash to dev builds, i.e. "dev.a1b2c3d"
if (libVersion == 'dev') {
Expand Down

0 comments on commit fd763dd

Please sign in to comment.