Skip to content

Commit

Permalink
[Release] Version 2.2.1 (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
kittinunf authored Sep 6, 2019
1 parent 5b089fb commit e8b5c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Constants.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Library version
object Fuel {
const val publishVersion = "2.2.0"
const val publishVersion = "2.2.1"
const val groupId = "com.github.kittinunf.fuel"

const val compileSdkVersion = 28
Expand Down Expand Up @@ -63,7 +63,7 @@ object Fuel {

// Core dependencies
object Kotlin {
const val version = "1.3.30"
const val version = "1.3.50"
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib:$version"
const val plugin = "kotlin"
const val androidPlugin = "kotlin-android"
Expand Down

0 comments on commit e8b5c79

Please sign in to comment.