Skip to content

Commit

Permalink
发布到jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwei committed Jun 2, 2017
1 parent b5c7549 commit 441f6cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'

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 All @@ -15,6 +15,7 @@ buildscript {
allprojects {
repositories {
jcenter()
maven {url "https://jitpack.io"}
}
}

Expand Down
2 changes: 2 additions & 0 deletions mzbanner/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.pinguo-zhouwei'

android {
compileSdkVersion 25
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
app:canLoop="false"
```
**使用方法:**

1 . xml 布局文件
```java
<com.zhouwei.mzbanner.MZBannerView
Expand Down

0 comments on commit 441f6cf

Please sign in to comment.