Skip to content

Commit

Permalink
添加jitpack配置
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyy0708 committed Apr 3, 2018
1 parent d788915 commit 8199d9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
2 changes: 2 additions & 0 deletions dmvp/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.chenyy0708'

android {
compileSdkVersion rootProject.ext.android["compileSdkVersion"]
Expand Down

0 comments on commit 8199d9b

Please sign in to comment.