Skip to content

Commit 805cae4

Browse files
committed
Update version v0.2.8
1 parent 2672cfd commit 805cae4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,15 @@ repositories {
3636
- Step 2. 在你的app build.gradle 的 dependencies 中添加依赖
3737
```
3838
dependencies {
39-
compile 'com.github.imkarl:CharacterPickerView:v0.2.7'
39+
compile 'com.github.imkarl:CharacterPickerView:v0.2.8'
4040
}
4141
```
4242

4343
## ChangeLog
4444

45+
#### 0.2.8
46+
- 新增方法setTypeface(Typeface):用于设置自定义字体
47+
4548
#### 0.2.7
4649
- `CharacterPickerWindow`新增方法setMaxTextSize():用于限制字体最大值
4750

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
ext.version_code = 27
5-
ext.version_name = '0.2.7'
4+
ext.version_code = 28
5+
ext.version_name = '0.2.8'
66

77
repositories {
88
google()

0 commit comments

Comments
 (0)