Skip to content
This repository has been archived by the owner on Mar 19, 2020. It is now read-only.

Commit

Permalink
Update Android and Bintray Gradle plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Oct 3, 2015
1 parent 0efcc8c commit 1e9df0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.novoda:bintray-release:0.2.10'
classpath 'com.android.tools.build:gradle:1.3.1'
classpath 'com.novoda:bintray-release:0.3.4'
}
}

Expand Down
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

apply plugin: 'com.android.library'
apply plugin: 'bintray-release'
apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion 23
Expand Down

0 comments on commit 1e9df0d

Please sign in to comment.