Skip to content

Commit e1ab3bd

Browse files
Update Samples dependencies
1 parent b946964 commit e1ab3bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

samples/ktor-all-platforms-app/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "2.0.10"
33

4-
agp = "8.6.1"
4+
agp = "8.7.0"
55
android-compileSdk = "34"
66
android-minSdk = "24"
77
android-targetSdk = "34"
@@ -17,7 +17,7 @@ compose-plugin = "1.6.11"
1717
junit = "4.13.2"
1818
ktor = "3.0.0-rc-1"
1919
logback = "1.5.8"
20-
serialization = "1.7.1"
20+
serialization = "1.7.3"
2121
coroutines = "1.9.0"
2222
kotlinx-rpc = "0.3.0"
2323

samples/ktor-android-app/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.6.1"
2+
agp = "8.7.0"
33
kotlin = "2.0.10"
44
androidx-activityCompose = "1.9.2"
55
androidx-appcompat = "1.7.0"

samples/ktor-web-app/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.0.10"
3-
kotlin-wrappers-bom = "1.0.0-pre.812"
3+
kotlin-wrappers-bom = "1.0.0-pre.814"
44
ktor = "3.0.0-rc-1"
55
kotlinx-serialization-json = "1.7.3"
66
kotlinx-coroutines-core = "1.9.0"

0 commit comments

Comments
 (0)