We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0be39 commit 18b827fCopy full SHA for 18b827f
broadpeakplugin/build.gradle
@@ -28,7 +28,7 @@ android {
28
dependencies {
29
30
// TODO: when tvplayer is released, replace this.
31
- api 'com.kaltura:kaltura-player-android:develop-SNAPSHOT'
+ api 'com.kaltura.player:tvplayer:4.15.0'
32
//api project(":tvplayer")
33
api 'tv.broadpeak.smartlib:smartlib-kaltura:03.02.05.3565'
34
}
broadpeakplugin/version.gradle
@@ -1,5 +1,5 @@
1
// Library Version
2
-ext.libVersion = 'dev'
+ext.libVersion = '4.15.0'
3
4
// Append short commit hash to dev builds, i.e. "dev.a1b2c3d"
5
if (libVersion == 'dev') {
0 commit comments