File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -10,16 +10,17 @@ This is an amazing image slider for the Android .
10
10
You can easily load images with your custom layout, and there are many kinds of amazing animations you can choose.
11
11
12
12
``` groovy
13
- implementation 'com.github.smarteist:autoimageslider:1.3.6 '
13
+ implementation 'com.github.smarteist:autoimageslider:1.3.7 '
14
14
```
15
15
If you are using appcompat libraries use this one, but please migrate to androidx as soon as you can.
16
16
``` groovy
17
- implementation 'com.github.smarteist:autoimageslider:1.3.6 -appcompat'
17
+ implementation 'com.github.smarteist:autoimageslider:1.3.7 -appcompat'
18
18
```
19
19
20
20
### New Feautures
21
21
* Minor sliderView API improvements.
22
22
* Ability to disable infinite mode.
23
+ * bug in issue #130 fixed.
23
24
24
25
### New Changes
25
26
* Auto cycle Bugs fixed.
You can’t perform that action at this time.
0 commit comments