Skip to content

Commit

Permalink
Constants versions update
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhE committed Sep 17, 2020
1 parent 5924ada commit 1f11718
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/Constants.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Versions {
const val kotlin_gradle_plugin_version = "1.4.0"
const val bintray_plugin_version = "1.8.5"

const val bintray = "1.8.5"
const val bintray_version = "1.8.5"
const val dokka_version = "1.4.0"

const val android_support = "28.0.0"
Expand All @@ -39,4 +39,4 @@ val PluginDependenciesSpec.dokka: PluginDependencySpec
inline get() = id(Libs.org_jetbrains_dokka).version(Versions.dokka_version)

val PluginDependenciesSpec.bintray: PluginDependencySpec
inline get() = id(Libs.com_jfrog_bintray).version(Versions.bintray)
inline get() = id(Libs.com_jfrog_bintray).version(Versions.bintray_version)

0 comments on commit 1f11718

Please sign in to comment.