Skip to content

Commit

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

Expand Down
6 changes: 3 additions & 3 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apply plugin: 'com.android.application'

android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
buildToolsVersion "24.0.3"

defaultConfig {
applicationId "cn.jeesoft.demo"
minSdkVersion 11
targetSdkVersion 24
versionCode 1
versionName "0.2.0"
versionName "0.2.2"
}
buildTypes {
release {
Expand All @@ -21,6 +21,6 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:appcompat-v7:24.2.0'
compile 'com.android.support:appcompat-v7:24.2.1'
compile project(':library')
}
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
buildToolsVersion "24.0.3"

defaultConfig {
minSdkVersion 11
targetSdkVersion 24
versionCode 1
versionName "0.2.0"
versionName "0.2.2"
}
buildTypes {
release {
Expand Down

0 comments on commit d073234

Please sign in to comment.