Skip to content

Commit 14f5e3a

Browse files
Update Gradle Dependencies
1 parent 0bae951 commit 14f5e3a

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
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.2.20" apply false
88
}

gradle/libs.versions.toml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
[versions]
2-
accompanistPermissions = "0.37.2"
3-
agp = "8.8.2"
2+
accompanistPermissions = "0.37.3"
3+
agp = "8.13.0"
44
androidtools = "1.0.0"
5-
coilCompose = "3.1.0"
5+
coilCompose = "3.3.0"
66
kotestAssertionsCore = "5.9.1"
77
kotestProperty = "5.9.1"
88
kotestRunnerJunit5 = "5.9.1"
9-
kotlin = "2.1.10"
10-
coreKtx = "1.15.0"
9+
kotlin = "2.2.20"
10+
coreKtx = "1.17.0"
1111
junit = "4.13.2"
12-
junitVersion = "1.2.1"
13-
espressoCore = "3.6.1"
14-
kotlinxCoroutinesCore = "1.10.1"
15-
kotlinxCoroutinesTest = "1.10.1"
16-
kotlinxSerializationJson = "1.8.0"
12+
junitVersion = "1.3.0"
13+
espressoCore = "3.7.0"
14+
kotlinxCoroutinesCore = "1.10.2"
15+
kotlinxCoroutinesTest = "1.10.2"
16+
kotlinxSerializationJson = "1.9.0"
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"
22-
lifecycleRuntimeKtx = "2.8.7"
23-
activityCompose = "1.10.1"
24-
composeBom = "2025.02.00"
25-
media3Exoplayer = "1.5.1"
26-
documentfile = "1.0.1"
27-
mmkv = "2.1.0"
28-
navigationCompose = "2.8.8"
18+
ktorClientCio = "3.3.0"
19+
ktorClientContentNegotiation = "3.3.0"
20+
ktorClientCore = "3.3.0"
21+
ktorSerializationKotlinxJson = "3.3.0"
22+
lifecycleRuntimeKtx = "2.9.4"
23+
activityCompose = "1.11.0"
24+
composeBom = "2025.09.00"
25+
media3Exoplayer = "1.8.0"
26+
documentfile = "1.1.0"
27+
mmkv = "2.2.3"
28+
navigationCompose = "2.9.4"
2929
billingKtx = "7.1.1"
30-
playServicesAds = "24.0.0"
30+
playServicesAds = "24.6.0"
3131

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

0 commit comments

Comments
 (0)