From 3466d073b7f1c34755e791daf4eb0d6f72ee7dc5 Mon Sep 17 00:00:00 2001 From: zhouwei Date: Fri, 7 Jul 2017 11:24:06 +0800 Subject: [PATCH] update to version v1.1.1 --- app/build.gradle | 4 ++-- readme.md | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c470b5f..e86f632 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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' diff --git a/readme.md b/readme.md index dc589fe..2ac41a6 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,8 @@ gif图片有点模糊,可以扫描下方二维码下载APK体验 ### 更新日志 +**v1.1.1 :** 增加按住Banner 停止轮播,松开开始自动轮播的功能 + **v1.1.0 :** fix 在从网上获取数据后,banner 显示 造成 ANR 的bug(如果在onCreate()中设置资源显示则没问题) @@ -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' } ```