Skip to content

Commit 8cfb358

Browse files
authored
Update README.md
1 parent 4d8217d commit 8cfb358

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can install `otp-loading-view` with `Maven Central` and `Gradle`:
1414
```gradle
1515
// In your module's `build.gradle`
1616
dependencies {
17-
implementation 'com.github.phong016688:otp-code-android-view:0.1'
17+
implementation 'com.github.phong016688:otp-code-android-view:0.1.1'
1818
}
1919
```
2020

@@ -49,11 +49,13 @@ repositories {
4949
app:code_stroke_error_color="#F11919"
5050
app:code_length="4"
5151
app:code_radius="10dp"
52+
app:code_length="8"
5253
app:code_stroke_width="2dp"/>
5354
```
54-
> Note: max length code is 6.
55+
> Note: Length code is range 1 to 8.
56+
57+
[device-2023-07-06-122055.webm](https://github.com/phong016688/otp-code-android-view/assets/37899092/2f395053-dbfe-4cab-b85f-351a395c70ab)
5558

56-
[video_white.webm](https://github.com/phong016688/otp-code-android-view/assets/37899092/44f7077c-95f3-4fc5-b1bf-4c101cb05b77)
5759

5860
## License
5961

0 commit comments

Comments
 (0)