update v1.0.1

This commit is contained in:
jiaoyaning
2019-08-08 21:33:38 +08:00
parent 3652adf940
commit 21491dbb2a

View File

@@ -2,7 +2,7 @@
Android 自定义方形输入框,仿滴滴验证码、小篮单车验证码输入框 Android 自定义方形输入框,仿滴滴验证码、小篮单车验证码输入框
## 效果图 ## 效果图
## V1.0.1版(上传bintray一直未成功还在努力) ## V1.0.1版
![Screenshot](screenshot/screenshot_1.0.1.gif) ![Screenshot](screenshot/screenshot_1.0.1.gif)
fix bug : [验证码输入错误清空输入框 #7](https://github.com/jiaoyaning/VerificationCodeView/issues/7) fix bug : [验证码输入错误清空输入框 #7](https://github.com/jiaoyaning/VerificationCodeView/issues/7)
@@ -58,6 +58,13 @@ public interface OnCodeFinishListener {
</declare-styleable> </declare-styleable>
``` ```
```
dependencies {
implementation 'com.jyn.verificationcodeview:verificationcodeview:1.0.1'
}
```
#### ———————————一只分割线——————————— #### ———————————一只分割线———————————
## V1.0.0版 ## V1.0.0版