Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Nov 8, 2020
1 parent 76b7131 commit 7bb44eb
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
@file:Suppress("MemberVisibilityCanBePrivate")

object Versions {
const val project = "1.4.0"
const val idePlugin = "1.4.0"
const val project = "1.4.1"
const val idePlugin = project

const val kotlin = "1.4.20-RC"
const val coroutines = "1.3.9"
const val coroutines = "1.4.0"

const val bintray = "1.8.5"
}

0 comments on commit 7bb44eb

Please sign in to comment.