Skip to content

Commit 7919e4f

Browse files
author
Github Actions Bot KLTR
committed
Update version to v5.0.6-rc2
1 parent 1453f3d commit 7919e4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

broadpeakplugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ android {
3838
dependencies {
3939

4040
// TODO: when tvplayer is released, replace this.
41-
api 'com.github.kaltura:kaltura-player-android:PLAYEROTT-66-SNAPSHOT'
41+
api 'com.kaltura.player:tvplayer:5.0.6-rc2'
4242
//api project(":tvplayer")
4343
api 'tv.broadpeak.smartlib:smartlib-kaltura:05.02.03.730dca7'
4444
}

broadpeakplugin/version.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Library Version
2-
ext.libVersion = 'dev'
2+
ext.libVersion = '5.0.6-rc2'
33

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

0 commit comments

Comments
 (0)