Skip to content

Commit

Permalink
Update version to v4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaltura-fe-ci committed Jan 3, 2021
1 parent 94627aa commit 5fb5e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playkitvr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tasks.withType(Javadoc) {
}

dependencies {
implementation 'com.kaltura:playkit-android:dev-SNAPSHOT'
implementation 'com.kaltura.playkit:playkit:4.11.1'
//implementation project(":playkit")

//implementation 'com.kaltura:MD360Player4Android:master'
Expand Down
2 changes: 1 addition & 1 deletion playkitvr/version.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

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

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

0 comments on commit 5fb5e4e

Please sign in to comment.