Skip to content

Commit

Permalink
add JitPack Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
zyyoona7 committed Aug 7, 2017
1 parent de1ea21 commit 689982b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
allprojects {
Expand Down
3 changes: 3 additions & 0 deletions lib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
apply plugin: 'com.android.library'
// JitPack Maven
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.zyyoona7'
android {
compileSdkVersion 25
buildToolsVersion "26.0.1"
Expand Down

0 comments on commit 689982b

Please sign in to comment.