Skip to content

Commit

Permalink
upgrade classpath 'com.novoda:bintray-release:0.9.1' (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
giladna authored Sep 11, 2019
1 parent 4a86f98 commit 76b86aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ buildscript {
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.4'
classpath 'com.novoda:bintray-release:0.8.0'
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'com.novoda:bintray-release:0.9.1'


// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

4 changes: 2 additions & 2 deletions youboraplugin/version.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ try {

publish {
artifactId = 'youboraplugin'
description = 'PlayKit Kava Plugin'
desc = 'PlayKit Kava Plugin'
repoName = 'android'
userOrg = 'kaltura'
groupId = 'com.kaltura.playkit'
version = libVersion
publishVersion = libVersion
autoPublish = true
licences = ['AGPL-3.0']
}
Expand Down

0 comments on commit 76b86aa

Please sign in to comment.