Skip to content

Commit edc5136

Browse files
🤖 Update Dependencies (#154)
1 parent 3f00919 commit edc5136

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

gradle/libs.versions.toml

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[versions]
2-
accompanist = "0.30.1"
3-
androidGradlePlugin = "8.1.1"
4-
androidx-activity-compose = "1.8.0-beta01"
2+
accompanist = "0.32.0"
3+
androidGradlePlugin = "8.1.2"
4+
androidx-activity-compose = "1.8.0-rc01"
55
androidx-appcompat = "1.6.1"
6-
androidx-compose-bom = "2023.09.00"
6+
androidx-compose-bom = "2023.09.02"
77
androidx-constraintlayout = "2.1.4"
88
androidx-constraintlayout-compose = "1.0.1"
99
androidx-coordinator-layout = "1.2.0"
10-
androidx-corektx = "1.12.0"
10+
androidx-corektx = "1.9.0"
1111
androidx-emoji2-views = "1.4.0"
1212
androidx-fragment-ktx = "1.6.1"
1313
androidx-glance-appwidget = "1.0.0"
1414
androidx-lifecycle-compose = "2.6.2"
1515
androidx-lifecycle-runtime-compose = "2.6.2"
16-
androidx-navigation = "2.7.2"
16+
androidx-navigation = "2.7.3"
1717
androidx-paging = "3.2.1"
1818
androidx-test = "1.5.0"
1919
androidx-test-espresso = "3.5.1"
@@ -24,14 +24,14 @@ compileSdk = "34"
2424
compose-compiler = "1.4.7"
2525
coroutines = "1.7.3"
2626
google-maps = "18.1.0"
27-
gradle-versions = "0.47.0"
28-
hilt = "2.47"
27+
gradle-versions = "0.48.0"
28+
hilt = "2.48"
2929
junit = "4.13.2"
3030
# @pin Update in conjuction with Compose Compiler
3131
kotlin = "1.8.21"
3232
ksp = "1.8.0-1.0.9"
33-
maps-compose = "2.13.0"
34-
material = "1.11.0-alpha02"
33+
maps-compose = "2.15.0"
34+
material = "1.11.0-alpha03"
3535
# @keep
3636
minSdk = "21"
3737
recyclerview = "1.3.1"
@@ -46,7 +46,6 @@ accompanist-theme-adapter-appcompat = { module = "com.google.accompanist:accompa
4646
accompanist-theme-adapter-material = { module = "com.google.accompanist:accompanist-themeadapter-material", version.ref = "accompanist" }
4747
accompanist-theme-adapter-material3 = { module = "com.google.accompanist:accompanist-themeadapter-material3", version.ref = "accompanist" }
4848
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx-activity-compose" }
49-
5049
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }
5150
androidx-compose-animation-graphics = { module = "androidx.compose.animation:animation-graphics" }
5251
androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidx-compose-bom" }
@@ -61,7 +60,7 @@ androidx-compose-runtime-livedata = { module = "androidx.compose.runtime:runtime
6160
androidx-compose-ui = { module = "androidx.compose.ui:ui" }
6261
androidx-compose-ui-googlefonts = { module = "androidx.compose.ui:ui-text-google-fonts" }
6362
# TODO remove usage of this when `draw` method is in stable.
64-
androidx-compose-ui-graphics = "androidx.compose.ui:ui-graphics:1.6.0-alpha05"
63+
androidx-compose-ui-graphics = "androidx.compose.ui:ui-graphics:1.6.0-alpha06"
6564
androidx-compose-ui-test = { module = "androidx.compose.ui:ui-test" }
6665
androidx-compose-ui-test-junit4 = { module = "androidx.compose.ui:ui-test-junit4" }
6766
androidx-compose-ui-test-manifest = { module = "androidx.compose.ui:ui-test-manifest" }

0 commit comments

Comments
 (0)