33[plugins ]
44
55gradle-buildconfig-plugin = " com.github.gmazzo.buildconfig:5.5.0"
6+ # # ⬆ :5.5.1"
67android-application = " com.android.application:8.6.1"
8+ # # ⬆ :8.7.0"
9+ # # ⬆ :8.7.1"
10+ # # ⬆ :8.7.2"
711android-library = " com.android.library:8.6.1"
12+ # # ⬆ :8.7.0"
13+ # # ⬆ :8.7.1"
14+ # # ⬆ :8.7.2"
815kotlin-android = " org.jetbrains.kotlin.android:2.0.21"
916kotlin-jvm = " org.jetbrains.kotlin.jvm:2.0.21"
1017kotlin-multiplatform = " org.jetbrains.kotlin.multiplatform:2.0.21"
1118compose-multiplatform = " org.jetbrains.compose:1.7.0"
19+ # # ⬆ :1.7.1"
20+ # # ⬆ :1.8.0+check"
1221compose-compiler = " org.jetbrains.kotlin.plugin.compose:2.0.21"
1322kotlin-ksp = " com.google.devtools.ksp:2.0.21-1.0.25"
23+ # # ⬆ :2.0.21-1.0.26"
24+ # # ⬆ :2.0.21-1.0.27"
25+ # # ⬆ :2.0.21-1.0.28"
1426kotlinx-serialization = " org.jetbrains.kotlin.plugin.serialization:2.0.21"
1527wire = " com.squareup.wire:5.1.0"
1628ktlint-plugin = " org.jlleitschuh.gradle.ktlint:11.6.1"
1729spotless-plugin = " com.diffplug.spotless:6.25.0"
1830google-services = " com.google.gms.google-services:4.4.2"
1931firebase-crashlytics = " com.google.firebase.crashlytics:3.0.2"
2032gradle-play-publisher = " com.github.triplet.play:3.11.0"
33+ # # ⬆ :3.12.0"
34+ # # ⬆ :3.12.1"
2135app-versioning = " io.github.reactivecircus.app-versioning:1.3.2"
2236sqldelight = " app.cash.sqldelight:2.0.2"
2337ludi-common = { id = " ludi.common" , version = " unspecified" }
@@ -26,27 +40,61 @@ ludi-android-common = { id = "ludi.android.common", version = "unspecified" }
2640[libraries ]
2741
2842androidx-core-ktx = " androidx.core:core-ktx:1.13.1"
43+ # # ⬆ :1.15.0"
2944androidx-activity-compose = " androidx.activity:activity-compose:1.9.2"
45+ # # ⬆ :1.9.3"
3046androidx-compose-ui-test-junit4 = " androidx.compose.ui:ui-test-junit4:1.7.3"
47+ # # ⬆ :1.7.4"
48+ # # ⬆ :1.7.5"
3149material3-windowsizeclass = " dev.chrisbanes.material3:material3-window-size-class-multiplatform:0.5.0"
3250androidx-browser = " androidx.browser:browser:1.8.0"
3351kmpalette-core = " com.kmpalette:kmpalette-core:3.1.0"
3452views-material = " com.google.android.material:material:1.12.0"
3553splash-screen = " androidx.core:core-splashscreen:1.0.1"
3654androidx-annotations = " androidx.annotation:annotation:1.8.2"
55+ # # ⬆ :1.9.0"
56+ # # ⬆ :1.9.1"
3757leakcanary = " com.squareup.leakcanary:leakcanary-android:2.14"
3858coil = " io.coil-kt.coil3:coil:3.0.0-rc01"
59+ # # ⬆ :3.0.0-rc02"
60+ # # ⬆ :3.0.0"
61+ # # ⬆ :3.0.1"
62+ # # ⬆ :3.0.2"
63+ # # ⬆ :3.0.3"
3964coil-compose = " io.coil-kt.coil3:coil-compose:3.0.0-rc01"
65+ # # ⬆ :3.0.0-rc02"
66+ # # ⬆ :3.0.0"
67+ # # ⬆ :3.0.1"
68+ # # ⬆ :3.0.2"
69+ # # ⬆ :3.0.3"
4070coil-network-ktor = " io.coil-kt.coil3:coil-network-ktor3:3.0.0-rc01"
71+ # # ⬆ :3.0.0-rc02"
72+ # # ⬆ :3.0.0"
73+ # # ⬆ :3.0.1"
74+ # # ⬆ :3.0.2"
75+ # # ⬆ :3.0.3"
4176# Update with caution as support for loading images in html feature currently break article card layout
4277compose-richeditor = " com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05"
78+ # # ⬆ :1.0.0-rc05-k2"
79+ # # ⬆ :1.0.0-rc06"
80+ # # ⬆ :1.0.0-rc07"
81+ # # ⬆ :1.0.0-rc08"
82+ # # ⬆ :1.0.0-rc09"
83+ # # ⬆ :1.0.0-rc10"
4384kermit = " co.touchlab:kermit:2.0.4"
85+ # # ⬆ :2.0.5"
4486firebase-bom = " com.google.firebase:firebase-bom:33.4.0"
87+ # # ⬆ :33.5.0"
88+ # # ⬆ :33.5.1"
89+ # # ⬆ :33.6.0"
4590firebase-crashlytics = " com.google.firebase:firebase-crashlytics:19.2.0"
91+ # # ⬆ :19.2.1"
4692firebase-analytics = " com.google.firebase:firebase-analytics:22.1.2"
4793bugsnag = " com.bugsnag:bugsnag:3.7.2"
4894androidx-lifecycle-runtime-ktx = " androidx.lifecycle:lifecycle-runtime-ktx:2.8.6"
95+ # # ⬆ :2.8.7"
4996androidx-lifecycle-runtime-compose = " androidx.lifecycle:lifecycle-runtime-compose:2.8.6"
97+ # # ⬆ :2.8.7"
5098voyager-screenmodel = " cafe.adriel.voyager:voyager-screenmodel:1.0.0"
5199voyager-navigator = " cafe.adriel.voyager:voyager-navigator:1.0.0"
52100voyager-transitions = " cafe.adriel.voyager:voyager-transitions:1.0.0"
@@ -69,17 +117,25 @@ lyricist-core = "cafe.adriel.lyricist:lyricist:1.7.0"
69117lyricist-processor = " cafe.adriel.lyricist:lyricist-processor:1.7.0"
70118rss-parser = " com.prof18.rssparser:rssparser:6.0.8"
71119ktor-core = " io.ktor:ktor-client-core:3.0.0"
120+ # # ⬆ :3.0.1"
72121ktor-okhttp = " io.ktor:ktor-client-okhttp:3.0.0"
122+ # # ⬆ :3.0.1"
73123ktor-client-mock = " io.ktor:ktor-client-mock:3.0.0"
124+ # # ⬆ :3.0.1"
74125ktor-content-negotation = " io.ktor:ktor-client-content-negotiation:3.0.0"
126+ # # ⬆ :3.0.1"
75127ktor-kotlinx-serialization = " io.ktor:ktor-serialization-kotlinx-json:3.0.0"
128+ # # ⬆ :3.0.1"
76129paging-common = " app.cash.paging:paging-common:3.3.0-alpha02-0.5.1"
77130paging-compose = " app.cash.paging:paging-compose-common:3.3.0-alpha02-0.5.1"
78131paging-testing = " app.cash.paging:paging-testing:3.3.0-alpha02-0.5.1"
79132junit = " junit:junit:4.13.2"
80133strikt = " io.strikt:strikt-core:0.35.1"
81134turbine = " app.cash.turbine:turbine:1.1.0"
135+ # # ⬆ :1.2.0"
82136robolectric = " org.robolectric:robolectric:4.13"
137+ # # ⬆ :4.14"
138+ # # ⬆ :4.14.1"
83139guava = " com.google.guava:guava:33.3.1-android"
84140test-parameter-injector = " com.google.testparameterinjector:test-parameter-injector:1.18"
85141kotlinx-coroutines-swing = " org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.9.0"
0 commit comments