Skip to content

Commit

Permalink
Update version of androidx libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Jan 24, 2024
1 parent 7693545 commit 5440cdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ object Versions {

object AndroidX {
const val appcompat = "1.6.1"
const val coreKtx = "1.9.0"
const val coreKtx = "1.12.0"
const val espresso = "3.5.1"
const val lifecycle = "2.6.1"
const val lifecycle = "2.7.0"
const val fragment = "1.6.1"
const val test = "1.5.0"
const val testMonitor = "1.6.1"
Expand Down

0 comments on commit 5440cdd

Please sign in to comment.