Skip to content

Commit

Permalink
Fixed bintrayUpload plugin for latest Gradle & AGP version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Zawadzki authored and Piotr Zawadzki committed Sep 26, 2019
1 parent 8d4a1b6 commit 2932acf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext.KOTLIN_VERSION = '1.3.41'
ext.ANDROID_GRADLE_PLUGIN_VERSION = '3.5.0'
ext.DOKKA_VERSION = '0.9.17'
ext.BINTRAY_VERSION = '1.7.3'
ext.BINTRAY_VERSION = '1.8.4'
repositories {
google()
jcenter()
Expand Down

0 comments on commit 2932acf

Please sign in to comment.