Skip to content

Commit 6a5dcaf

Browse files
committed
Bumping dependencies
1 parent f8b7d2b commit 6a5dcaf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ kotlin.mpp.enableCInteropCommonization=true
1919
#Development
2020
development=true
2121

22-
kmpNotifierVersion=1.6.0
22+
kmpNotifierVersion=1.6.1

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[versions]
2-
compose = "1.8.3"
3-
compose-plugin = "1.8.2"
4-
agp = "8.10.1" #Update this when updating Android Studio
2+
compose = "1.10.0"
3+
compose-plugin = "1.9.3"
4+
agp = "8.12.3"
55
android-minSdk = "23"
66
android-compileSdk = "36"
77
android-targetSdk = "36"
8-
androidx-activityCompose = "1.10.1"
9-
androidx-core-ktx = "1.16.0"
8+
androidx-activityCompose = "1.12.1"
9+
androidx-core-ktx = "1.17.0"
1010
androidx-startup-runtime = "1.2.0"
11-
kotlin = "2.2.0"
12-
koin = "4.1.0"
11+
kotlin = "2.2.21"
12+
koin = "4.2.0-beta2"
1313
kotlinx-binary-validator = "0.18.1"
1414
dokka = "2.0.0"
15-
firebase-messaging = "25.0.0"
15+
firebase-messaging = "25.0.1"
1616
kotlinx-coroutine = "1.10.2"
17-
kotlinx-browser = "0.4"
18-
mavenPublish = "0.34.0"
19-
googleServices = "4.4.3"
17+
kotlinx-browser = "0.5.0"
18+
mavenPublish = "0.35.0"
19+
googleServices = "4.4.4"
2020

2121

2222

0 commit comments

Comments
 (0)