Skip to content

Commit d8eb2fe

Browse files
authored
Merge pull request #79 from mirzemehdi/bump_dependencies
Bump dependencies: Kotlin 2.0.20, Koin: 4.0.0
2 parents 8b53829 + 907abfd commit d8eb2fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
[versions]
2-
compose = "1.6.8"
2+
compose = "1.7.2"
33
compose-plugin = "1.6.11"
44
agp = "8.2.2"
55
android-minSdk = "21"
66
android-compileSdk = "34"
77
android-targetSdk = "34"
8-
androidx-activityCompose = "1.9.1"
8+
androidx-activityCompose = "1.9.2"
99
androidx-core-ktx = "1.13.1"
1010
androidx-appcompat = "1.7.0"
1111
androidx-material = "1.12.0"
1212
androidx-constraintlayout = "2.1.4"
1313
androidx-test-junit = "1.2.1"
1414
androidx-espresso-core = "3.6.1"
15-
androidx-startup-runtime = "1.1.1"
16-
kotlin = "2.0.0"
15+
androidx-startup-runtime = "1.2.0"
16+
kotlin = "2.0.20"
1717
junit = "4.13.2"
18-
koin = "4.0.0-RC1"
18+
koin = "4.0.0"
1919
kotlinx-binary-validator = "0.13.2"
2020
dokka = "1.9.10"
21-
firebase-messaging = "24.0.0"
22-
kotlinx-coroutine = "1.9.0-RC"
21+
firebase-messaging = "24.0.1"
22+
kotlinx-coroutine = "1.9.0-RC.2"
2323
nexusPublish = "2.0.0"
2424

2525

0 commit comments

Comments
 (0)