Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
G00fY2 committed Jul 25, 2021
1 parent 7f83e0c commit cd443ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ object Versions {

const val coroutines = "1.5.1"

const val appcompat = "1.3.0"
const val appcompat = "1.3.1"
const val core = "1.6.0"
const val activity = "1.2.3"
const val fragment = "1.3.5"
const val activity = "1.2.4"
const val fragment = "1.3.6"
const val lifecycle = "2.3.1"
const val recyclerView = "1.2.1"
const val constraintLayout = "2.1.0-beta02"
const val constraintLayout = "2.1.0-rc01"
const val vectorDrawable = "1.1.0"

const val materialDesign = "1.4.0"
Expand Down

0 comments on commit cd443ce

Please sign in to comment.