Skip to content

Commit

Permalink
update to version v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwei committed Jul 7, 2017
1 parent 9fa5660 commit 3466d07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies {
compile 'com.android.support:appcompat-v7:25.3.1'
compile 'com.android.support.constraint:constraint-layout:1.0.2'
testCompile 'junit:junit:4.12'
compile project(':mzbanner')
//compile 'com.github.pinguo-zhouwei:MZBannerView:v1.1.0'
//compile project(':mzbanner')
compile 'com.github.pinguo-zhouwei:MZBannerView:v1.1.1'

compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.google.code.gson:gson:2.6.2'
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ gif图片有点模糊,可以扫描下方二维码下载APK体验

### 更新日志

**v1.1.1 :** 增加按住Banner 停止轮播,松开开始自动轮播的功能

**v1.1.0 :** fix 在从网上获取数据后,banner 显示 造成 ANR 的bug(如果在onCreate()中设置资源显示则没问题)


Expand All @@ -47,7 +49,7 @@ allprojects {
Step 2. Add the dependency
```
dependencies {
compile 'com.github.pinguo-zhouwei:MZBannerView:v1.1.0'
compile 'com.github.pinguo-zhouwei:MZBannerView:v1.1.1'
}
```

Expand Down

0 comments on commit 3466d07

Please sign in to comment.