File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,15 @@ repositories {
3636- Step 2. 在你的app build.gradle 的 dependencies 中添加依赖
3737```
3838dependencies {
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
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
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()
You can’t perform that action at this time.
0 commit comments