Skip to content

Commit

Permalink
🤖 Update Dependencies (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
compose-devrel-github-bot authored Oct 12, 2023
1 parent edc5136 commit 4685568
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
Expand Up @@ -3,7 +3,7 @@ accompanist = "0.32.0"
androidGradlePlugin = "8.1.2"
androidx-activity-compose = "1.8.0-rc01"
androidx-appcompat = "1.6.1"
androidx-compose-bom = "2023.09.02"
androidx-compose-bom = "2023.10.00"
androidx-constraintlayout = "2.1.4"
androidx-constraintlayout-compose = "1.0.1"
androidx-coordinator-layout = "1.2.0"
Expand All @@ -13,7 +13,7 @@ androidx-fragment-ktx = "1.6.1"
androidx-glance-appwidget = "1.0.0"
androidx-lifecycle-compose = "2.6.2"
androidx-lifecycle-runtime-compose = "2.6.2"
androidx-navigation = "2.7.3"
androidx-navigation = "2.7.4"
androidx-paging = "3.2.1"
androidx-test = "1.5.0"
androidx-test-espresso = "3.5.1"
Expand All @@ -24,13 +24,13 @@ compileSdk = "34"
compose-compiler = "1.4.7"
coroutines = "1.7.3"
google-maps = "18.1.0"
gradle-versions = "0.48.0"
hilt = "2.48"
gradle-versions = "0.49.0"
hilt = "2.48.1"
junit = "4.13.2"
# @pin Update in conjuction with Compose Compiler
kotlin = "1.8.21"
ksp = "1.8.0-1.0.9"
maps-compose = "2.15.0"
maps-compose = "3.1.0"
material = "1.11.0-alpha03"
# @keep
minSdk = "21"
Expand Down Expand Up @@ -60,7 +60,7 @@ androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
androidx-compose-ui-googlefonts = { module = "androidx.compose.ui:ui-text-google-fonts" }
# TODO remove usage of this when `draw` method is in stable.
androidx-compose-ui-graphics = "androidx.compose.ui:ui-graphics:1.6.0-alpha06"
androidx-compose-ui-graphics = "androidx.compose.ui:ui-graphics:1.6.0-alpha07"
androidx-compose-ui-test = { module = "androidx.compose.ui:ui-test" }
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }
Expand Down

0 comments on commit 4685568

Please sign in to comment.