File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.library'
3
3
ext {
4
4
PUBLISH_GROUP_ID = ' com.zfdang.multiple-images-selector'
5
5
PUBLISH_ARTIFACT_ID = ' multiple-images-selector'
6
- PUBLISH_VERSION = ' 1.1.5 '
6
+ PUBLISH_VERSION = ' 1.2.0 '
7
7
}
8
8
9
9
android {
@@ -52,7 +52,8 @@ dependencies {
52
52
implementation ' pub.devrel:easypermissions:3.0.0'
53
53
}
54
54
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
57
57
// ./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
+
You can’t perform that action at this time.
0 commit comments