Skip to content

Commit

Permalink
Update version to v4.31.1-rc8
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions Bot KLTR committed Nov 27, 2024
1 parent 8d9af0b commit 717b6e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion youboraplugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ android {
dependencies {

//TODO change to latest playkit version after tagging.
implementation 'com.kaltura:playkit-android:KUX-1761-SNAPSHOT'
implementation 'com.kaltura.playkit:playkit:4.31.1-rc8'
//implementation project(":playkit")

api 'com.nicepeopleatwork:youboralib:6.8.4'
Expand Down
2 changes: 1 addition & 1 deletion youboraplugin/version.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Library Version
ext.libVersion = 'dev'
ext.libVersion = '4.31.1-rc8'

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

0 comments on commit 717b6e2

Please sign in to comment.