Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
giladna committed Feb 16, 2017
1 parent becec97 commit d3dff82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playkit/version.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// PlayKit Library Version
ext.playkitVersion = 'dev'
ext.playkitVersion = '0.2.4'



Expand All @@ -26,7 +26,7 @@ try {
userOrg = 'kaltura'
groupId = 'com.kaltura.playkit'
version = playkitVersion
autoPublish = false
autoPublish = true
licences = ['AGPL-3.0']
}
} catch (UnknownPluginException ignored) {
Expand Down

0 comments on commit d3dff82

Please sign in to comment.