1
1
[versions ]
2
2
kotlin = " 1.9.23"
3
3
jbCompose = " 1.6.1"
4
- androidGradle = " 8.0.2 "
4
+ androidGradle = " 8.4.0 "
5
5
androidCoroutines = " 1.8.0"
6
6
ktLint = " 11.5.1"
7
7
mosaic = " 0.8.0"
8
- koin = " 3.5.3 "
8
+ koin = " 3.5.6 "
9
9
kermit = " 2.0.2"
10
10
ktor = " 2.3.9"
11
11
kotlinxSerialization = " 1.6.3"
12
- sqlDelight = " 2.0.2 "
13
- sqliteJdbcDriver = " 3.45.3 .0"
14
- composeWebView = " 1.9.0 "
12
+ sqlDelight = " 2.0.1 "
13
+ sqliteJdbcDriver = " 3.45.2 .0"
14
+ composeWebView = " 1.9.8 "
15
15
slf4j = " 1.7.36"
16
16
i18n4k = " 0.7.1"
17
17
cache4k = " 0.11.0"
18
- decompose = " 3.0.0-alpha09 "
19
- essenty = " 2.0.0-alpha07 "
18
+ decompose = " 3.0.0"
19
+ essenty = " 2.0.0"
20
20
multiplatformSettings = " 1.1.1"
21
21
mviKotlin = " 3.3.0"
22
22
accompanist = " 0.34.0"
23
23
statelyVersion = " 2.0.7"
24
24
statelyIsoVersion = " 2.0.0-rc1"
25
- androidxLifecycle = " 2.7 .0"
25
+ androidxLifecycle = " 2.8 .0"
26
26
androidxMedia3 = " 1.3.1"
27
27
okio = " 3.9.0"
28
- arrow = " 1.2.1 "
28
+ arrow = " 1.2.4 "
29
29
paging = " 3.3.0-alpha02-0.4.0"
30
30
konnection = " 1.3.0"
31
31
zipline = " 1.10.0-LEGACY"
@@ -44,12 +44,12 @@ kotlin-kotlinTestCommon = { group = "org.jetbrains.kotlin", name = "kotlin-test-
44
44
kotlin-kotlinTestJs = { group = " org.jetbrains.kotlin" , name = " kotlin-test-js" , version.ref = " kotlin" }
45
45
kotlin-kotlinTestJunit = { group = " org.jetbrains.kotlin" , name = " kotlin-test-junit" , version.ref = " kotlin" }
46
46
kotlin-kotlinTestAnnotationsCommon = { group = " org.jetbrains.kotlin" , name = " kotlin-test-annotations-common" , version.ref = " kotlin" }
47
- kotlinx-coroutines = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-core" , version = " 1.7.3 " }
48
- kotlinx-coroutinesGuava = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-guava" , version = " 1.7.3 " }
47
+ kotlinx-coroutines = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-core" , version = " 1.8.0 " }
48
+ kotlinx-coroutinesGuava = { group = " org.jetbrains.kotlinx" , name = " kotlinx-coroutines-guava" , version = " 1.8.0 " }
49
49
kotlinx-serialization-json = { group = " org.jetbrains.kotlinx" , name = " kotlinx-serialization-json" , version.ref = " kotlinxSerialization" }
50
- kotlinx-atomicfu = { group = " org.jetbrains.kotlinx" , name = " atomicfu" , version = " 0.22 .0" }
50
+ kotlinx-atomicfu = { group = " org.jetbrains.kotlinx" , name = " atomicfu" , version = " 0.24 .0" }
51
51
kotlinx-datetime = { group = " org.jetbrains.kotlinx" , name = " kotlinx-datetime" , version = " 0.5.0" }
52
- kotlinx-immutableLists = { group = " org.jetbrains.kotlinx" , name = " kotlinx-collections-immutable" , version = " 0.3.5 " }
52
+ kotlinx-immutableLists = { group = " org.jetbrains.kotlinx" , name = " kotlinx-collections-immutable" , version = " 0.3.7 " }
53
53
54
54
kotlin-compose-gradle = { group = " org.jetbrains.compose" , name = " compose-gradle-plugin" , version.ref = " jbCompose" }
55
55
mosaic-gradle = { group = " com.jakewharton.mosaic" , name = " mosaic-gradle-plugin" , version.ref = " mosaic" }
@@ -133,9 +133,9 @@ koin-test = { group = "io.insert-koin", name = "koin-test", version.ref = "koin"
133
133
koin-android = { group = " io.insert-koin" , name = " koin-android" , version.ref = " koin" }
134
134
koin-androidx-compose = { group = " io.insert-koin" , name = " koin-androidx-compose" , version.ref = " koin" }
135
135
136
- androidx-activity = { group = " androidx.activity" , name = " activity-compose" , version = " 1.8.2 " }
137
- androidx-core = { group = " androidx.core" , name = " core-ktx" , version = " 1.12.0 " }
138
- androidx-material = { group = " androidx.compose.material" , name = " material" , version = " 1.5.4 " }
136
+ androidx-activity = { group = " androidx.activity" , name = " activity-compose" , version = " 1.9.0 " }
137
+ androidx-core = { group = " androidx.core" , name = " core-ktx" , version = " 1.13.1 " }
138
+ androidx-material = { group = " androidx.compose.material" , name = " material" , version = " 1.6.7 " }
139
139
androidx-profileInstaller = { group = " androidx.profileinstaller" , name = " profileinstaller" , version = " 1.3.1" }
140
140
androidx-startUp = { group = " androidx.startup" , name = " startup-runtime" , version = " 1.1.1" }
141
141
androidx-palette = { group = " androidx.palette" , name = " palette-ktx" , version = " 1.0.0" }
@@ -162,10 +162,11 @@ paging-common = { group = "app.cash.paging", name = "paging-common", version.ref
162
162
paging-compose = { group = " app.cash.paging" , name = " paging-compose-common" , version.ref = " paging" }
163
163
composeUi-windowSize = { group = " dev.chrisbanes.material3" , name = " material3-window-size-class-multiplatform" , version = " 0.3.0" }
164
164
165
- leak-canary = { group = " com.squareup.leakcanary" , name = " leakcanary-android" , version = " 2.12 " }
165
+ leak-canary = { group = " com.squareup.leakcanary" , name = " leakcanary-android" , version = " 2.13 " }
166
166
junit = { group = " junit" , name = " junit" , version = " 4.13.2" }
167
167
168
168
ktlint-gradle = { group = " org.jlleitschuh.gradle" , name = " ktlint-gradle" , version.ref = " ktLint" }
169
+ konnection = { group = " dev.tmapps" , name = " konnection" , version.ref = " konnection" }
169
170
170
171
zipline = { module = " app.cash.zipline:zipline" , version.ref = " zipline" }
171
172
zipline-gradlePlugin = { module = " app.cash.zipline:zipline-gradle-plugin" , version.ref = " zipline" }
0 commit comments