Skip to content

Commit

Permalink
Update version to v4.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltura-fe-ci committed Oct 27, 2021
1 parent 97ac6e4 commit 087e485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion smartswitchplugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ android {
dependencies {

//TODO change to latest playkit version after tagging.
implementation 'com.kaltura:kaltura-player-android:develop-SNAPSHOT'
implementation 'com.kaltura.player:tvplayer:4.18.0'
//implementation project(':tvplayer')

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion smartswitchplugin/version.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Library Version
ext.libVersion = 'dev'
ext.libVersion = '4.18.0'

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

0 comments on commit 087e485

Please sign in to comment.