Skip to content

Commit

Permalink
Gradle Version Upgrade
Browse files Browse the repository at this point in the history
Gradle Version Upgrade
  • Loading branch information
Dhaval Patel committed May 13, 2019
1 parent fedf52b commit af13601
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Almost 90% of the app that I have developed has Image upload feature. To simplif
```

```groovy
implementation 'com.github.dhaval2404:imagepicker:1.1'
implementation 'com.github.dhaval2404:imagepicker:1.2'
```

**If you are yet to Migrate on AndroidX, Use support build artifact:**
Expand Down
4 changes: 2 additions & 2 deletions imagepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
minSdkVersion 19
targetSdkVersion 28
versionCode 3
versionName "1.1.1"
versionName "1.2"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -63,7 +63,7 @@ ext {
siteUrl = '/~https://github.com/Dhaval2404/ImagePicker/'
gitUrl = '/~https://github.com/Dhaval2404/ImagePicker.git'

libraryVersion = '1.1.1'
libraryVersion = '1.2'
//If you are uploading new library try : gradlew install
//If you are updating existing library then execute: gradlew bintrayUpload
//In both the case don't forgot to put bintray credentials in local.properties file.
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
minSdkVersion 21
targetSdkVersion 28
versionCode 3
versionName "1.1.1"
versionName "1.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down

0 comments on commit af13601

Please sign in to comment.