Skip to content

Commit

Permalink
Merge pull request #59 from almozavr/jitpack_support
Browse files Browse the repository at this point in the history
Add Jitpack.io support
  • Loading branch information
orhanobut committed Sep 16, 2015
2 parents 86497f2 + c901b9d commit 1a19f2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'

classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
1 change: 1 addition & 0 deletions dialogplus/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

android {
compileSdkVersion 21
Expand Down

0 comments on commit 1a19f2f

Please sign in to comment.