Skip to content

Commit

Permalink
Update version to v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions Bot KLTR committed Dec 24, 2024
1 parent 4ecb36a commit dde8ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mediaproviders/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
api 'com.kaltura.netkit:netkit-core:1.3.17'
//api project(":netkit")

implementation 'com.kaltura:playkit-android:KUX-1761-SNAPSHOT'
implementation 'com.kaltura.playkit:playkit:5.0.0'
//implementation project(":playkit")

testImplementation 'junit:junit:4.13.2'
Expand Down
2 changes: 1 addition & 1 deletion mediaproviders/version.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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

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

0 comments on commit dde8ab8

Please sign in to comment.