Skip to content

Commit f50caa1

Browse files
committed
update 0.3.6-beta1
1 parent c917d65 commit f50caa1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
google()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.0.0-beta7'
8+
classpath 'com.android.tools.build:gradle:3.0.0-rc2'
99
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1010
classpath 'com.novoda:bintray-release:0.5.0'
1111
// NOTE: Do not place your application dependencies here; they belong

pickphotoview/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
implementation('com.werb.moretype:moretype:0.2.1', {
5252
exclude group: 'com.android.support'
5353
})
54-
implementation('com.werb.eventbuskotlin:eventbuskotlin:0.1.7', {
54+
implementation('com.werb.eventbuskotlin:eventbuskotlin:0.1.9', {
5555
exclude group: 'com.android.support'
5656
})
5757
}
@@ -61,7 +61,7 @@ publish {
6161
userOrg = 'werbhelius'
6262
groupId = 'com.werb.pickphotoview'
6363
artifactId = 'pickphotoview'
64-
publishVersion = '0.3.5'
64+
publishVersion = '0.3.6-beta1'
6565
desc = 'Photo Picker Of Android Library'
6666
website = 'https://github.com/Werb/PickPhotoSample'
6767
}

0 commit comments

Comments
 (0)