Skip to content

Commit 18b827f

Browse files
author
kaltura-fe-ci
committed
Update version to v4.15.0
1 parent 2b0be39 commit 18b827f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

broadpeakplugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ android {
2828
dependencies {
2929

3030
// TODO: when tvplayer is released, replace this.
31-
api 'com.kaltura:kaltura-player-android:develop-SNAPSHOT'
31+
api 'com.kaltura.player:tvplayer:4.15.0'
3232
//api project(":tvplayer")
3333
api 'tv.broadpeak.smartlib:smartlib-kaltura:03.02.05.3565'
3434
}

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 = '4.15.0'
33

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

0 commit comments

Comments
 (0)