We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c081b commit b117da2Copy full SHA for b117da2
gradle/libs.versions.toml
@@ -10,13 +10,13 @@ androidGradlePlugin = "8.0.2"
10
11
#Modules
12
#androidx
13
-androidxComposeBom = "2023.04.00"
14
-androidxActivityCompose = "1.7.0"
+androidxComposeBom = "2023.06.00"
+androidxActivityCompose = "1.7.2"
15
androidxAppCompat = "1.6.1"
16
androidxComposeCompiler = "1.4.6"
17
androidxCore = "1.9.0"
18
androidxLifecycle = "2.6.1"
19
-androidxNavigation = "2.5.3"
+androidxNavigation = "2.6.0"
20
androidxEspresso = "3.5.1"
21
androidxTestRules = "1.5.0"
22
androidxTestRunner = "1.5.2"
@@ -27,7 +27,7 @@ androidxCrypto = "1.1.0-alpha04"
27
androidxDatastore = "1.0.0"
28
29
#compose
30
-compose_ui = "1.4.2"
+compose_ui = "1.4.3"
31
compose_ui_testing = "1.4.0-beta01"
32
compose_constraint_layout = "1.1.0-alpha05"
33
#ktx
0 commit comments