Skip to content

Commit 5d24275

Browse files
authored
Update README.md
1 parent 1d98b2e commit 5d24275

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## jcenter 引入
66

77
```
8-
implementation 'com.github.lwjfork:CodeEditText:1.0.3'
8+
implementation 'com.github.lwjfork:CodeEditText:1.0.4'
99
1010
```
1111

@@ -70,9 +70,16 @@ password | 密码圆点展示
7070
<img src='https://github.com/lwjfork/CodeEditText/blob/master/example.jpg' height='600'/>
7171

7272
## Change list
73-
## 1.0.1
74-
1. 添加 delete 和 addChar 方法 方便自定义键盘
73+
74+
## 1.0.4
75+
1. fix 当code长度超过6位时,绘制错误
76+
7577

7678
## 1.0.2
7779
1. 支持自定义样式,具体参考demo里的 CustomStyleActivity
7880
2. 添加addCharSequence 方法
81+
82+
## 1.0.1
83+
1. 添加 delete 和 addChar 方法 方便自定义键盘
84+
85+

0 commit comments

Comments
 (0)