Skip to content

Commit 5733cfa

Browse files
authored
Update README.md
1 parent e65e5e7 commit 5733cfa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ This is an amazing image slider for the Android .
1010
You can easily load images with your custom layout, and there are many kinds of amazing animations you can choose.
1111

1212
```groovy
13-
implementation 'com.github.smarteist:autoimageslider:1.3.6'
13+
implementation 'com.github.smarteist:autoimageslider:1.3.7'
1414
```
1515
If you are using appcompat libraries use this one, but please migrate to androidx as soon as you can.
1616
```groovy
17-
implementation 'com.github.smarteist:autoimageslider:1.3.6-appcompat'
17+
implementation 'com.github.smarteist:autoimageslider:1.3.7-appcompat'
1818
```
1919

2020
### New Feautures
2121
* Minor sliderView API improvements.
2222
* Ability to disable infinite mode.
23+
* bug in issue #130 fixed.
2324

2425
### New Changes
2526
* Auto cycle Bugs fixed.

0 commit comments

Comments
 (0)