File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 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 .
1010You 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```
1515If 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.
You can’t perform that action at this time.
0 commit comments