Skip to content

Commit

Permalink
Update version to v4.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltura-fe-ci committed Jan 14, 2021
1 parent 04ffc42 commit 322a490
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tvplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ android {

dependencies {

api 'com.kaltura.playkit:playkit:4.11.1'
api 'com.kaltura.playkit:playkitproviders:4.11.1'
api 'com.kaltura.playkit:kavaplugin:4.11.1'
api 'com.kaltura.playkit:playkit:4.11.2'
api 'com.kaltura.playkit:playkitproviders:4.11.2'
api 'com.kaltura.playkit:kavaplugin:4.11.2'
api 'com.kaltura.dtg:dtglib:2.6.5'

// api project(":playkit")
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 = '4.11.1'
ext.libVersion = '4.11.2'

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

0 comments on commit 322a490

Please sign in to comment.