Skip to content

Commit d073234

Browse files
author
imkarl
committed
Update version v0.2.2
1 parent 6b6b4ed commit d073234

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repositories {
3333
- Step 2. 在你的app build.gradle 的 dependencies 中添加依赖
3434
```
3535
dependencies {
36-
compile 'com.github.imkarl:CharacterPickerView:v0.2.0'
36+
compile 'com.github.imkarl:CharacterPickerView:v0.2.2'
3737
}
3838
```
3939

demo/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 24
5-
buildToolsVersion "24.0.2"
5+
buildToolsVersion "24.0.3"
66

77
defaultConfig {
88
applicationId "cn.jeesoft.demo"
99
minSdkVersion 11
1010
targetSdkVersion 24
1111
versionCode 1
12-
versionName "0.2.0"
12+
versionName "0.2.2"
1313
}
1414
buildTypes {
1515
release {
@@ -21,6 +21,6 @@ android {
2121

2222
dependencies {
2323
compile fileTree(dir: 'libs', include: ['*.jar'])
24-
compile 'com.android.support:appcompat-v7:24.2.0'
24+
compile 'com.android.support:appcompat-v7:24.2.1'
2525
compile project(':library')
2626
}

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apply plugin: 'com.android.library'
22

33
android {
44
compileSdkVersion 24
5-
buildToolsVersion "24.0.2"
5+
buildToolsVersion "24.0.3"
66

77
defaultConfig {
88
minSdkVersion 11
99
targetSdkVersion 24
1010
versionCode 1
11-
versionName "0.2.0"
11+
versionName "0.2.2"
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)