Merge branch 'develop' into feature/bma/push

This commit is contained in:
Benoit Marty
2023-04-07 09:41:32 +02:00
committed by GitHub
3 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ molecule = "0.8.0"
# AndroidX
material = "1.8.0"
core = "1.9.0"
core = "1.10.0"
datastore = "1.0.0"
constraintlayout = "2.1.4"
recyclerview = "1.3.0"
@@ -19,14 +19,14 @@ activity = "1.7.0"
startup = "1.1.1"
# Compose
compose_bom = "2023.01.00"
compose_bom = "2023.03.00"
composecompiler = "1.4.2"
# Coroutines
coroutines = "1.6.4"
# Accompanist
accompanist = "0.28.0"
accompanist = "0.30.1"
# Test
test_core = "1.5.0"