Skip to content

Commit 90fc30f

Browse files
author
Github Actions Bot KLTR
committed
Update version to v4.30.3
1 parent ccad728 commit 90fc30f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

broadpeakplugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
dependencies {
3030

3131
// TODO: when tvplayer is released, replace this.
32-
api 'com.kaltura:kaltura-player-android:develop-SNAPSHOT'
32+
api 'com.kaltura.player:tvplayer:4.30.3'
3333
//api project(":tvplayer")
3434
api 'tv.broadpeak.smartlib:smartlib-kaltura:04.03.02.2891ea7'
3535
}

broadpeakplugin/version.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Library Version
2-
ext.libVersion = 'dev'
2+
ext.libVersion = '4.30.3'
33

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

0 commit comments

Comments
 (0)