Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
abora97 committed Mar 15, 2021
1 parent b647f8a commit feefe53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ multiple-images-selector is now available in jcenter.

Add "multiple-images-selector" as dependency to your app:

implementation 'com.github.abora97:android-multiple-images-selector:v1.1.6'
implementation 'com.github.abora97:android-multiple-images-selector:v1.1.7'


## 2. Initialize Fresco & Add selector activity in your app's manifest
Expand Down
2 changes: 1 addition & 1 deletion multiple-images-selector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
ext {
PUBLISH_GROUP_ID = 'com.bm.multiple-images-selector'
PUBLISH_ARTIFACT_ID = 'multiple-images-selector'
PUBLISH_VERSION = '1.1.6'
PUBLISH_VERSION = '1.1.7'
}

android {
Expand Down

0 comments on commit feefe53

Please sign in to comment.