Skip to content

Commit

Permalink
update to v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
werbhelius committed Apr 24, 2017
1 parent 3614b39 commit 2719521
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 @@ -53,7 +53,7 @@ the last-version is [releases-version](https://github.com/Werb/PickPhotoSample/r
#### Gradle

```
compile 'com.werb.pickphotoview:pickphotoview:0.1.2' // Last Version
compile 'com.werb.pickphotoview:pickphotoview:0.1.4' // Last Version
```

some Library already dependency
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "com.werb.pickphotosample"
minSdkVersion 14
targetSdkVersion 25
versionCode 6
versionName "1.1.2"
versionCode 7
versionName "1.1.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 2719521

Please sign in to comment.