Skip to content

Commit e8b5c79

Browse files
authored
[Release] Version 2.2.1 (#684)
1 parent 5b089fb commit e8b5c79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/Constants.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Library version
22
object Fuel {
3-
const val publishVersion = "2.2.0"
3+
const val publishVersion = "2.2.1"
44
const val groupId = "com.github.kittinunf.fuel"
55

66
const val compileSdkVersion = 28
@@ -63,7 +63,7 @@ object Fuel {
6363

6464
// Core dependencies
6565
object Kotlin {
66-
const val version = "1.3.30"
66+
const val version = "1.3.50"
6767
const val stdlib = "org.jetbrains.kotlin:kotlin-stdlib:$version"
6868
const val plugin = "kotlin"
6969
const val androidPlugin = "kotlin-android"

0 commit comments

Comments
 (0)