diff --git a/.idea/misc.xml b/.idea/misc.xml index 5d19981..fbb6828 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -37,7 +37,7 @@ - + diff --git a/README.md b/README.md index 7b576ef..99d993e 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ Click to download lastest demo ⬇️ or select [Release Version](https://github ## Update (2017.4.17) -#### [v0.1.2](https://github.com/Werb/PickPhotoSample/releases/tag/v0.1.1) +#### [v0.1.2](https://github.com/Werb/PickPhotoSample/releases/tag/v0.1.2) 1. fix bug in when select image size is empty -2. update gradle version to 3.3 +2. update gradle version to 3.3 ## Update (2017.3.28) diff --git a/app/build.gradle b/app/build.gradle index 1b28134..46558f9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.werb.pickphotosample" minSdkVersion 14 targetSdkVersion 25 - versionCode 5 - versionName "1.1.1" + versionCode 6 + versionName "1.1.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes {