Skip to content

Commit

Permalink
updated deps
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Sep 6, 2024
1 parent 3e41ff3 commit 52614c6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]

kotlin = "2.0.20"
compose = "1.7.0-alpha03"
agp = "8.4.2"
androidx-activityCompose = "1.9.1"
androidx-uiTest = "1.6.8"
compose = "1.7.0-beta01"
agp = "8.6.0"
androidx-activityCompose = "1.9.2"
androidx-uiTest = "1.7.0"
kotlinx-datetime = "0.6.1"
libphonenumberJvm = "8.13.44"
libphonenumberAndroid = "8.13.35"
coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.4"
composeBom = "2024.08.00"
lifecycleRuntimeKtx = "2.8.5"
composeBom = "2024.09.00"

[libraries]
androidx-activityCompose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activityCompose" }
Expand Down

0 comments on commit 52614c6

Please sign in to comment.