Skip to content

Commit

Permalink
1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chihane committed Jun 20, 2016
1 parent bffefc4 commit e92b7fd
Show file tree
Hide file tree
Showing 2 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 @@ -19,7 +19,7 @@

dependencies {
...
compile 'com.github.chihane:JDAddressSelector:1.1.1'
compile 'com.github.chihane:JDAddressSelector:1.1.2'
}

## 使用方法
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 3
versionName "1.1.1"
versionCode 4
versionName "1.1.2"
}
buildTypes {
release {
Expand Down

0 comments on commit e92b7fd

Please sign in to comment.