Skip to content

Commit 29bfd6b

Browse files
authored
Update README.md v1.6.2
Updated README.md for library v1.6.2
1 parent 6e1389f commit 29bfd6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The sample app includes using of <b>Horizontal and Vertical CarouselViews</b> an
77

88
## 💖 Sponsor
99

10-
Android Slider Views library updates regularly. Your valueable sponsorship helps me contributing more features and maintaining the library. Click heart button below to sponsor me!
10+
Android Slider Views library updates regularly. Your valuable sponsorship helps me contributing more features and maintaining the library. Click heart button below to sponsor me!
1111

1212
[![Github Sponsorship](marketing/sponsor_iconx64.png)](https://github.com/sponsors/sung2063)
1313

@@ -65,7 +65,7 @@ allprojects {
6565

6666
Next, add the SliderViews and required libraries in <i>app level</i> `build.gradle` and sync the gradle file.
6767
```gradle
68-
implementation 'com.github.sung2063:AndroidSliderViewsLibrary:1.6'
68+
implementation 'com.github.sung2063:AndroidSliderViewsLibrary:1.6.2'
6969
implementation 'com.google.android.material:material:1.1.0'
7070
```
7171

@@ -166,7 +166,7 @@ Here are available attributions you can use to modify your slider views.
166166
<tr>
167167
<td>indicatorScale</td>
168168
<td>float</td>
169-
<td>Used for resize the indicator scale from 0 - 1.5.</td>
169+
<td>Used for resize the indicator scale from 0.5 - 1.5.</td>
170170
</tr>
171171
<tr>
172172
<td>indicatorSelectedIcon</td>
@@ -213,7 +213,7 @@ Here are available attributions you can use to modify your slider views.
213213
<tr>
214214
<td>indicatorScale</td>
215215
<td>float</td>
216-
<td>Used for resize the indicator scale from 0 - 1.5.</td>
216+
<td>Used for resize the indicator scale from 0.5 - 1.5.</td>
217217
</tr>
218218
<tr>
219219
<td>indicatorSelectedIcon</td>

0 commit comments

Comments
 (0)