Skip to content

Commit 2f2e76b

Browse files
committed
Upgrade dependencies
Signed-off-by: Arnau Mora Gras <[email protected]>
1 parent f1cc9b9 commit 2f2e76b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[versions]
2-
agp = "8.3.1"
3-
androidx-activityCompose = "1.8.2"
4-
androidx-appcompat = "1.6.1"
5-
androidx-core = "1.12.0"
6-
androidx-lifecycle = "2.7.0"
7-
androidx-test-core = "1.5.0"
8-
androidx-test-runner = "1.5.2"
9-
androidx-test-rules = "1.5.0"
2+
agp = "8.3.2"
3+
androidx-activityCompose = "1.9.2"
4+
androidx-appcompat = "1.7.0"
5+
androidx-core = "1.13.1"
6+
androidx-lifecycle = "2.8.5"
7+
androidx-test-core = "1.6.1"
8+
androidx-test-runner = "1.6.2"
9+
androidx-test-rules = "1.6.1"
1010
conscrypt = "2.5.2"
11-
compose-bom = "2024.03.00"
11+
compose-bom = "2024.09.01"
1212
# https://developer.android.com/jetpack/androidx/releases/compose-kotlin
1313
compose-compiler = "1.5.11"
1414
dokka = "1.9.10"
1515
junit = "4.13.2"
16-
kotlin = "1.9.23"
17-
mockk = "1.13.10"
16+
kotlin = "2.0.20"
17+
mockk = "1.13.12"
1818
okhttp3 = "4.12.0"
1919

2020
[libraries]

0 commit comments

Comments
 (0)