File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,18 @@ repositories {
3636- Step 2. 在你的app build.gradle 的 dependencies 中添加依赖
3737```
3838dependencies {
39- compile 'com.github.imkarl:CharacterPickerView:v0.2.4 '
39+ compile 'com.github.imkarl:CharacterPickerView:v0.2.5 '
4040}
4141```
4242
4343## ChangeLog
4444
45+ #### 0.2.5
46+ - 修复setSelectOptions()无效的bug
47+ - 修复CharacterPickerWindow弹出时,可以点击到Activity中Button的bug
48+ - 修复CharacterPickerWindow弹出时,按返回键直接退出Activity的bug
49+ - 新增setCurrentPosition()、getCurrentPosition()
50+
4551#### 0.2.4
4652- 修复部分情况下选项显示宽度变小的bug
4753- 修复一二级同时滑动时,出现index=-1导致程序崩溃
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ android {
99 minSdkVersion 11
1010 targetSdkVersion 24
1111 versionCode 24
12- versionName " 0.2.4 "
12+ versionName " 0.2.5 "
1313 }
1414 buildTypes {
1515 release {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ android {
88 minSdkVersion 11
99 targetSdkVersion 24
1010 versionCode 25
11- versionName " 0.2.4 "
11+ versionName " 0.2.5 "
1212 }
1313 buildTypes {
1414 release {
You can’t perform that action at this time.
0 commit comments