File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff 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`
1616dependencies {
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
You can’t perform that action at this time.
0 commit comments