|
1 | 1 | [versions]
|
2 |
| -kotlin = "1.8.20" |
3 |
| -composeUi = "1.3.3" |
| 2 | +kotlin = "2.1.10" |
| 3 | +composeUi = "1.7.7" |
4 | 4 | composeCompiler = "1.4.6"
|
5 |
| -coroutines = "1.6.4" |
6 |
| -ktor = "2.2.4" |
7 |
| -work = "2.8.0" |
| 5 | +coroutines = "1.10.1" |
| 6 | +ktor = "3.0.3" |
| 7 | +work = "2.10.0" |
8 | 8 | serialization = "1.5.1"
|
9 | 9 |
|
10 | 10 | [libraries]
|
11 | 11 | # algolia
|
12 |
| -algolia-client = { group = "com.algolia", name = "algoliasearch-client-kotlin", version = "2.1.12" } |
| 12 | +algolia-client = { group = "com.algolia", name = "algoliasearch-client-kotlin", version = "3.14.0" } |
13 | 13 | algolia-telemetry = { group = "com.algolia", name = "instantsearch-telemetry", version = "0.2.0" }
|
14 | 14 |
|
15 | 15 | # network
|
16 | 16 | ktor-client-okhttp = { group = "io.ktor", name = "ktor-client-okhttp", version.ref = "ktor" }
|
17 | 17 | ktor-client-serialization-json = { group = "io.ktor", name = "ktor-serialization-kotlinx-json", version.ref = "ktor" }
|
18 | 18 |
|
19 | 19 | # kotlin
|
20 |
| -kotlinx-atomicfu = { group = "org.jetbrains.kotlinx", name = "atomicfu", version = "0.20.0" } |
| 20 | +kotlinx-atomicfu = { group = "org.jetbrains.kotlinx", name = "atomicfu", version = "0.27.0" } |
21 | 21 | kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
|
22 | 22 | kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "coroutines" }
|
23 | 23 |
|
24 | 24 | # android
|
25 | 25 | androidx-compose-ui = { group = "androidx.compose.ui", name = "ui", version.ref = "composeUi" }
|
26 |
| -androidx-compose-material = { group = "androidx.compose.material", name = "material", version = "1.3.1" } |
27 |
| -androidx-compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended", version = "1.3.1" } |
28 |
| -androidx-paging3 = { group = "androidx.paging", name = "paging-runtime", version = "3.1.1" } |
| 26 | +androidx-compose-material = { group = "androidx.compose.material", name = "material", version = "1.7.7" } |
| 27 | +androidx-compose-material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended", version = "1.7.7" } |
| 28 | +androidx-paging3 = { group = "androidx.paging", name = "paging-runtime", version = "3.3.5" } |
29 | 29 | androidx-work = { group = "androidx.work", name = "work-runtime-ktx", version.ref = "work" }
|
30 |
| -androidx-core = { group = "androidx.core", name = "core-ktx", version = "1.9.0" } |
31 |
| -androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.6.1" } |
32 |
| -androidx-recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version = "1.2.1" } |
| 30 | +androidx-core = { group = "androidx.core", name = "core-ktx", version = "1.15.0" } |
| 31 | +androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version = "1.7.0" } |
| 32 | +androidx-recyclerview = { group = "androidx.recyclerview", name = "recyclerview", version = "1.4.0" } |
33 | 33 | androidx-swiperefreshlayout = { group = "androidx.swiperefreshlayout", name = "swiperefreshlayout", version = "1.1.0" }
|
34 |
| -google-material = { group = "com.google.android.material", name = "material", version = "1.8.0" } |
| 34 | +google-material = { group = "com.google.android.material", name = "material", version = "1.12.0" } |
35 | 35 |
|
36 | 36 | # test
|
37 |
| -test-androidx-ext = { group = "androidx.test.ext", name = "junit", version = "1.1.5" } |
38 |
| -test-androidx-runner = { group = "androidx.test", name = "runner", version = "1.5.2" } |
39 |
| -test-androidx-espresso = { group = "androidx.test.espresso", name = "espresso-core", version = "3.5.1" } |
| 37 | +test-androidx-ext = { group = "androidx.test.ext", name = "junit", version = "1.2.1" } |
| 38 | +test-androidx-runner = { group = "androidx.test", name = "runner", version = "1.6.2" } |
| 39 | +test-androidx-espresso = { group = "androidx.test.espresso", name = "espresso-core", version = "3.6.1" } |
40 | 40 | test-androidx-work = { group = "androidx.work", name = "work-testing", version.ref = "work" }
|
41 | 41 | test-coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "coroutines" }
|
42 | 42 | test-ktor-client-mock = { group = "io.ktor", name = "ktor-client-mock", version.ref = "ktor" }
|
43 | 43 | test-kotlin-common = { module = "org.jetbrains.kotlin:kotlin-test-common" }
|
44 | 44 | test-kotlin-annotations = { module = "org.jetbrains.kotlin:kotlin-test-annotations-common" }
|
45 | 45 | test-kotlin-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }
|
46 |
| -test-mockk = { group = "io.mockk", name = "mockk", version = "1.13.4" } |
47 |
| -test-robolectric = { group = "org.robolectric", name = "robolectric", version = "4.9.2" } |
48 |
| -test-turbine = { group = "app.cash.turbine", name = "turbine", version = "0.12.1" } |
| 46 | +test-mockk = { group = "io.mockk", name = "mockk", version = "1.13.16" } |
| 47 | +test-robolectric = { group = "org.robolectric", name = "robolectric", version = "4.14.1" } |
| 48 | +test-turbine = { group = "app.cash.turbine", name = "turbine", version = "1.2.0" } |
49 | 49 |
|
50 | 50 | # logging
|
51 |
| -slf4j = { group = "org.slf4j", name = "slf4j-api", version = "2.0.6" } |
52 |
| -logback-classic = { group = "ch.qos.logback", name = "logback-classic", version = "1.4.5" } |
| 51 | +slf4j = { group = "org.slf4j", name = "slf4j-api", version = "2.0.16" } |
| 52 | +logback-classic = { group = "ch.qos.logback", name = "logback-classic", version = "1.5.16" } |
53 | 53 |
|
54 | 54 | [plugins]
|
55 | 55 | kotlin-multiplaform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
|
56 | 56 | kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
|
57 |
| -android = { id = "com.android.library", version = "7.4.2" } |
58 |
| -maven-publish = { id = "com.vanniktech.maven.publish", version = "0.27.0" } |
59 |
| -spotless = { id = "com.diffplug.gradle.spotless", version = "6.16.0" } |
| 57 | +android = { id = "com.android.library", version = "8.8.0" } |
| 58 | +maven-publish = { id = "com.vanniktech.maven.publish", version = "0.30.0" } |
| 59 | +spotless = { id = "com.diffplug.gradle.spotless", version = "7.0.2" } |
0 commit comments