Skip to content

Commit

Permalink
Update Compose to 0.3.2 and Kotlin to 1.4.31
Browse files Browse the repository at this point in the history
  • Loading branch information
alialbaali committed Mar 4, 2021
1 parent 2fcf55d commit 875c871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ object Dependencies {

private object Versions {

const val Kotlin = "1.4.30"
const val Kotlin = "1.4.31"
const val Ktor = "1.5.1"
const val Compose = "0.3.0-build154"
const val Compose = "0.3.2"
const val Coroutines = ""
const val AGP = "7.0.0-alpha08"

Expand Down

0 comments on commit 875c871

Please sign in to comment.