File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
google()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:3.0.0-beta7 '
8
+ classpath ' com.android.tools.build:gradle:3.0.0-rc2 '
9
9
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
10
10
classpath ' com.novoda:bintray-release:0.5.0'
11
11
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
implementation(' com.werb.moretype:moretype:0.2.1' , {
52
52
exclude group : ' com.android.support'
53
53
})
54
- implementation(' com.werb.eventbuskotlin:eventbuskotlin:0.1.7 ' , {
54
+ implementation(' com.werb.eventbuskotlin:eventbuskotlin:0.1.9 ' , {
55
55
exclude group : ' com.android.support'
56
56
})
57
57
}
@@ -61,7 +61,7 @@ publish {
61
61
userOrg = ' werbhelius'
62
62
groupId = ' com.werb.pickphotoview'
63
63
artifactId = ' pickphotoview'
64
- publishVersion = ' 0.3.5 '
64
+ publishVersion = ' 0.3.6-beta1 '
65
65
desc = ' Photo Picker Of Android Library'
66
66
website = ' https://github.com/Werb/PickPhotoSample'
67
67
}
You can’t perform that action at this time.
0 commit comments