Skip to content

Commit

Permalink
add jitpack plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie_lee committed Sep 8, 2017
1 parent 41f2bdc commit 8bd7413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.novoda:bintray-release:0.5.0'
// JitPack Maven Gradle Plugin
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}

Expand Down
1 change: 1 addition & 0 deletions matisse/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'
apply plugin: 'checkstyle'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 25
Expand Down

0 comments on commit 8bd7413

Please sign in to comment.