Skip to content

Commit

Permalink
Update version v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
imkarl committed Oct 7, 2016
1 parent d000540 commit 9eac3d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ repositories {
- Step 2. 在你的app build.gradle 的 dependencies 中添加依赖
```
dependencies {
compile 'com.github.imkarl:CharacterPickerView:v0.2.2'
compile 'com.github.imkarl:CharacterPickerView:v0.2.3'
}
```

Expand Down
2 changes: 1 addition & 1 deletion demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 11
targetSdkVersion 24
versionCode 1
versionName "0.2.2"
versionName "0.2.3"
}
buildTypes {
release {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 11
targetSdkVersion 24
versionCode 1
versionName "0.2.2"
versionName "0.2.3"
}
buildTypes {
release {
Expand Down

0 comments on commit 9eac3d9

Please sign in to comment.