Skip to content

Commit 9e77bc5

Browse files
Update Gradle Dependencies
1 parent 770026e commit 9e77bc5

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ plugins {
33
alias(libs.plugins.android.application) apply false
44
alias(libs.plugins.kotlin.android) apply false
55
alias(libs.plugins.kotlin.compose) apply false
6-
id("com.google.devtools.ksp") version "2.1.10-1.0.31" apply false
6+
id("com.google.devtools.ksp") version "2.3.1" apply false
77
alias(libs.plugins.android.library) apply false
88
}

gradle/libs.versions.toml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
[versions]
2-
accompanistPermissions = "0.37.2"
3-
agp = "8.8.2"
4-
bom = "0.23.5"
5-
coilNetworkOkhttp = "3.1.0"
6-
commonsCompress = "1.27.1"
7-
concurrentFuturesKtx = "1.2.0"
2+
accompanistPermissions = "0.37.3"
3+
agp = "8.13.0"
4+
bom = "0.23.6"
5+
coilNetworkOkhttp = "3.3.0"
6+
commonsCompress = "1.28.0"
7+
concurrentFuturesKtx = "1.3.0"
88
desugar_jdk_libs = "2.1.5"
9-
javascriptengine = "1.0.0-beta01"
9+
javascriptengine = "1.0.0"
1010
js = "1.0.3"
11-
kotlin = "2.1.10"
12-
coreKtx = "1.15.0"
11+
kotlin = "2.2.21"
12+
coreKtx = "1.17.0"
1313
junit = "4.13.2"
14-
junitVersion = "1.2.1"
15-
espressoCore = "3.6.1"
16-
kotlinxCoroutinesCore = "1.10.1"
14+
junitVersion = "1.3.0"
15+
espressoCore = "3.7.0"
16+
kotlinxCoroutinesCore = "1.10.2"
1717
ksoupLite = "0.2.0"
18-
ktorClientAndroid = "3.1.1"
19-
ktorClientContentNegotiation = "3.1.1"
20-
ktorClientCore = "3.1.1"
21-
ktorClientLogging = "3.1.1"
22-
ktorSerializationGson = "3.1.1"
23-
lifecycleRuntimeKtx = "2.8.7"
24-
activityCompose = "1.10.1"
25-
composeBom = "2025.02.00"
26-
lottieCompose = "6.6.2"
18+
ktorClientAndroid = "3.3.2"
19+
ktorClientContentNegotiation = "3.3.2"
20+
ktorClientCore = "3.3.2"
21+
ktorClientLogging = "3.3.2"
22+
ktorSerializationGson = "3.3.2"
23+
lifecycleRuntimeKtx = "2.9.4"
24+
activityCompose = "1.11.0"
25+
composeBom = "2025.11.00"
26+
lottieCompose = "6.7.1"
2727
materialIconsExtended = "1.7.8"
28-
mmkv = "2.1.0"
29-
navigationCompose = "2.8.8"
30-
roomRuntime = "2.6.1"
31-
webkit = "1.13.0-rc01"
32-
workRuntimeKtx = "2.10.0"
33-
zoomable = "0.15.1"
34-
material3 = "1.3.1"
28+
mmkv = "2.2.4"
29+
navigationCompose = "2.9.6"
30+
roomRuntime = "2.8.3"
31+
webkit = "1.14.0"
32+
workRuntimeKtx = "2.11.0"
33+
zoomable = "0.18.0"
34+
material3 = "1.4.0"
3535

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

0 commit comments

Comments
 (0)