Skip to content

Commit 2932acf

Browse files
Piotr ZawadzkiPiotr Zawadzki
authored andcommitted
Fixed bintrayUpload plugin for latest Gradle & AGP version.
1 parent 8d4a1b6 commit 2932acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
ext.KOTLIN_VERSION = '1.3.41'
55
ext.ANDROID_GRADLE_PLUGIN_VERSION = '3.5.0'
66
ext.DOKKA_VERSION = '0.9.17'
7-
ext.BINTRAY_VERSION = '1.7.3'
7+
ext.BINTRAY_VERSION = '1.8.4'
88
repositories {
99
google()
1010
jcenter()

0 commit comments

Comments
 (0)