Skip to content

Commit

Permalink
Update version to v4.30.12-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions Bot KLTR committed Oct 30, 2024
1 parent 9884638 commit a19ab35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tvplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
api 'com.kaltura:playkit-android:no_vcodec_reuse-SNAPSHOT'
api 'com.kaltura:playkit-android-providers:SUP-42513-SNAPSHOT'
api 'com.kaltura:playkit-android-kava:SUP-42513-SNAPSHOT'
api 'com.kaltura:playkit-dtg-android:current-SNAPSHOT'
api 'com.kaltura.dtg:dtglib:2.6.16'

// api project(":playkit")
// api project(":providers")
Expand Down
2 changes: 1 addition & 1 deletion tvplayer/version.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Library Version
ext.libVersion = 'dev'
ext.libVersion = '4.30.12-rc1'

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

0 comments on commit a19ab35

Please sign in to comment.