Skip to content

Commit

Permalink
Update version to v4.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltura-fe-ci committed Jun 30, 2020
1 parent 70bc318 commit f0492ee
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.8.1'
api 'com.kaltura.playkit:playkitproviders:4.8.1'
api 'com.kaltura.playkit:kavaplugin:4.8.1'
api 'com.kaltura.playkit:playkit:4.8.2'
api 'com.kaltura.playkit:playkitproviders:4.8.2'
api 'com.kaltura.playkit:kavaplugin:4.8.2'
api 'com.kaltura.dtg:dtglib:2.6.2'

// 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.8.1'
ext.libVersion = '4.8.2'

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

0 comments on commit f0492ee

Please sign in to comment.