Skip to content

Commit

Permalink
Update version to v4.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltura-fe-ci committed Mar 2, 2022
1 parent 3d223fb commit 12a0182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kavaplugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ android {
dependencies {

implementation 'com.kaltura.netkit:netkit-core:1.3.12'
implementation 'com.kaltura.playkit:playkit:4.19.0'
implementation 'com.kaltura.playkit:playkit:4.19.4'

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

// Library Version
ext.libVersion = '4.19.0'
ext.libVersion = '4.19.4'

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

0 comments on commit 12a0182

Please sign in to comment.