Skip to content

Commit 318f611

Browse files
author
imkarl
committed
Update version v0.2.5
1 parent d71551c commit 318f611

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,18 @@ repositories {
3636
- Step 2. 在你的app build.gradle 的 dependencies 中添加依赖
3737
```
3838
dependencies {
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导致程序崩溃

demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)