Skip to content

Commit ba32013

Browse files
committed
upgrade version
1 parent 497e34f commit ba32013

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

multiple-images-selector/build.gradle

+5-4
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.5'
6+
PUBLISH_VERSION = '1.2.0'
77
}
88

99
android {
@@ -52,7 +52,8 @@ dependencies {
5252
implementation 'pub.devrel:easypermissions:3.0.0'
5353
}
5454

55-
// https://github.com/blundell/release-android-library
56-
// or use the remote copy to keep update with latest changes
55+
// https://github.com/hossein4bedi/release-android-library
56+
// to use the remote copy to keep update with latest changes
5757
// ./gradlew clean build generateRelease
58-
//apply from: 'https://raw.githubusercontent.com/blundell/release-android-library/master/android-release-aar.gradle'
58+
apply from: 'https://raw.githubusercontent.com/hossein4bedi/release-android-library/master/android-release-aar.gradle'
59+

0 commit comments

Comments
 (0)