Skip to content

Commit ba0b3bb

Browse files
committed
update version to v1.1.1
1 parent 62c1323 commit ba0b3bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ multiple-images-selector is now available in jcenter.
2626

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

29-
compile 'com.zfdang.multiple-images-selector:multiple-images-selector:1.1.0'
29+
compile 'com.zfdang.multiple-images-selector:multiple-images-selector:1.1.1'
3030

3131

3232
## 2. Initialize Fresco & Add selector activity in your app's manifest

multiple-images-selector/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
33
ext {
44
PUBLISH_GROUP_ID = 'com.zfdang.multiple-images-selector'
55
PUBLISH_ARTIFACT_ID = 'multiple-images-selector'
6-
PUBLISH_VERSION = '1.1.0'
6+
PUBLISH_VERSION = '1.1.1'
77
}
88

99
android {

0 commit comments

Comments
 (0)