Skip to content

Commit

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

kotlin = "2.0.20-RC2"
kotlin = "2.0.20"
compose = "1.7.0-alpha03"
agp = "8.4.2"
androidx-activityCompose = "1.9.1"
androidx-uiTest = "1.6.8"
kotlinx-datetime = "0.6.0"
libphonenumberJvm = "8.13.43"
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.06.00"
composeBom = "2024.08.00"

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

0 comments on commit 3e41ff3

Please sign in to comment.