Skip to content

Commit

Permalink
🤖 Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
compose-devrel-github-bot committed Sep 29, 2023
1 parent 3f00919 commit 34c8625
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[versions]
accompanist = "0.30.1"
androidGradlePlugin = "8.1.1"
androidx-activity-compose = "1.8.0-beta01"
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.00"
androidx-compose-bom = "2023.09.02"
androidx-constraintlayout = "2.1.4"
androidx-constraintlayout-compose = "1.0.1"
androidx-coordinator-layout = "1.2.0"
androidx-corektx = "1.12.0"
androidx-corektx = "1.9.0"
androidx-emoji2-views = "1.4.0"
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.2"
androidx-navigation = "2.7.3"
androidx-paging = "3.2.1"
androidx-test = "1.5.0"
androidx-test-espresso = "3.5.1"
Expand All @@ -24,14 +24,14 @@ compileSdk = "34"
compose-compiler = "1.4.7"
coroutines = "1.7.3"
google-maps = "18.1.0"
gradle-versions = "0.47.0"
hilt = "2.47"
gradle-versions = "0.48.0"
hilt = "2.48"
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.13.0"
material = "1.11.0-alpha02"
maps-compose = "2.15.0"
material = "1.11.0-alpha03"
# @keep
minSdk = "21"
recyclerview = "1.3.1"
Expand All @@ -46,7 +46,6 @@ accompanist-theme-adapter-appcompat = { module = "com.google.accompanist:accompa
accompanist-theme-adapter-material = { module = "com.google.accompanist:accompanist-themeadapter-material", version.ref = "accompanist" }
accompanist-theme-adapter-material3 = { module = "com.google.accompanist:accompanist-themeadapter-material3", version.ref = "accompanist" }
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity-compose" }

androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
androidx-compose-animation-graphics = { module = "androidx.compose.animation:animation-graphics" }
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }
Expand All @@ -61,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-alpha05"
androidx-compose-ui-graphics = "androidx.compose.ui:ui-graphics:1.6.0-alpha06"
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 34c8625

Please sign in to comment.