Skip to content

Commit

Permalink
Update Kotlin version and Remove AndroidMaven (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
iNoles committed Dec 9, 2018
1 parent f28c788 commit 101aa7a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions buildSrc/src/main/kotlin/Constants.kt
Expand Up @@ -9,7 +9,7 @@ object Fuel {

// Core dependencies
object Kotlin {
const val version = "1.3.10"
const val version = "1.3.11"
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib:${Kotlin.version}"
const val plugin = "kotlin"
const val androidPlugin = "kotlin-android"
Expand Down Expand Up @@ -151,9 +151,4 @@ object Release {
const val version = "1.8.4"
const val plugin = "com.jfrog.bintray"
}

object AndroidMaven {
const val version = "2.1"
const val plugin = "com.github.dcendents.android-maven"
}
}

0 comments on commit 101aa7a

Please sign in to comment.