Skip to content

Commit b905639

Browse files
Update Gradle Dependencies
1 parent 8bce3b0 commit b905639

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ plugins {
44
alias(libs.plugins.kotlin.android) apply false
55
alias(libs.plugins.kotlin.compose) apply false
66

7-
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.10" apply false
7+
id("org.jetbrains.kotlin.plugin.serialization") version "2.1.20" apply false
88
}

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
[versions]
22
accompanistPermissions = "0.37.2"
3-
agp = "8.8.2"
3+
agp = "8.9.1"
44
androidtools = "1.0.0"
55
coilCompose = "3.1.0"
66
kotestAssertionsCore = "5.9.1"
77
kotestProperty = "5.9.1"
88
kotestRunnerJunit5 = "5.9.1"
9-
kotlin = "2.1.10"
9+
kotlin = "2.1.20"
1010
coreKtx = "1.15.0"
1111
junit = "4.13.2"
1212
junitVersion = "1.2.1"
1313
espressoCore = "3.6.1"
1414
kotlinxCoroutinesCore = "1.10.1"
1515
kotlinxCoroutinesTest = "1.10.1"
16-
kotlinxSerializationJson = "1.8.0"
16+
kotlinxSerializationJson = "1.8.1"
1717
ksoupLite = "0.2.0"
18-
ktorClientCio = "3.1.1"
19-
ktorClientContentNegotiation = "3.1.1"
20-
ktorClientCore = "3.1.1"
21-
ktorSerializationKotlinxJson = "3.1.1"
18+
ktorClientCio = "3.1.2"
19+
ktorClientContentNegotiation = "3.1.2"
20+
ktorClientCore = "3.1.2"
21+
ktorSerializationKotlinxJson = "3.1.2"
2222
lifecycleRuntimeKtx = "2.8.7"
2323
activityCompose = "1.10.1"
24-
composeBom = "2025.02.00"
25-
media3Exoplayer = "1.5.1"
24+
composeBom = "2025.03.01"
25+
media3Exoplayer = "1.6.0"
2626
documentfile = "1.0.1"
2727
mmkv = "2.1.0"
28-
navigationCompose = "2.8.8"
28+
navigationCompose = "2.8.9"
2929
billingKtx = "7.1.1"
30-
playServicesAds = "24.0.0"
30+
playServicesAds = "24.2.0"
3131

3232
[libraries]
3333
accompanist-permissions = { module = "com.google.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }

0 commit comments

Comments
 (0)