We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7edbff commit 8e1679eCopy full SHA for 8e1679e
4 files changed
LoopViewPager/.idea/misc.xml
LoopViewPager/app/build.gradle
@@ -8,8 +8,8 @@ android {
8
applicationId "com.edwin.loopviewpager"
9
minSdkVersion 11
10
targetSdkVersion 24
11
- versionCode 5
12
- versionName "2.0.5"
+ versionCode 6
+ versionName "2.0.6"
13
}
14
15
buildTypes {
LoopViewPager/library/build.gradle
@@ -9,8 +9,8 @@ android {
defaultConfig {
16
README.md
@@ -201,7 +201,7 @@ public interface OnBannerItemClickListener {
201
2. setOnLoadImageViewListener增加一个回调自定义图片的方法
202
203
* 2016/12/12 12:03
204
- 1. 多次
+ 1. fix bug,setLoopData多次出现多个小红点。
205
206
207
<br>
0 commit comments