Skip to content

Commit 14f3243

Browse files
committed
Refresh versions.properties
1 parent 8128bf4 commit 14f3243

File tree

1 file changed

+191
-0
lines changed

1 file changed

+191
-0
lines changed

gradle/libs.versions.toml

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,62 +3,205 @@
33
[plugins]
44

55
gradle-buildconfig-plugin = "com.github.gmazzo.buildconfig:5.5.0"
6+
## ⬆ :5.5.1"
7+
## ⬆ :5.5.2"
8+
## ⬆ :5.5.3"
9+
## ⬆ :5.5.4"
10+
## ⬆ :5.6.0"
11+
## ⬆ :5.6.1"
12+
## ⬆ :5.6.2"
613
android-application = "com.android.application:8.6.1"
14+
## ⬆ :8.7.0"
15+
## ⬆ :8.7.1"
16+
## ⬆ :8.7.2"
17+
## ⬆ :8.7.3"
18+
## ⬆ :8.8.0"
19+
## ⬆ :8.8.1"
20+
## ⬆ :8.8.2"
21+
## ⬆ :8.9.0"
22+
## ⬆ :8.9.1"
723
android-library = "com.android.library:8.6.1"
24+
## ⬆ :8.7.0"
25+
## ⬆ :8.7.1"
26+
## ⬆ :8.7.2"
27+
## ⬆ :8.7.3"
28+
## ⬆ :8.8.0"
29+
## ⬆ :8.8.1"
30+
## ⬆ :8.8.2"
31+
## ⬆ :8.9.0"
32+
## ⬆ :8.9.1"
833
kotlin-android = "org.jetbrains.kotlin.android:2.0.21"
34+
## ⬆ :2.1.0"
35+
## ⬆ :2.1.10"
36+
## ⬆ :2.1.20"
937
kotlin-jvm = "org.jetbrains.kotlin.jvm:2.0.21"
38+
## ⬆ :2.1.0"
39+
## ⬆ :2.1.10"
40+
## ⬆ :2.1.20"
1041
kotlin-multiplatform = "org.jetbrains.kotlin.multiplatform:2.0.21"
42+
## ⬆ :2.1.0"
43+
## ⬆ :2.1.10"
44+
## ⬆ :2.1.20"
1145
compose-multiplatform = "org.jetbrains.compose:1.7.0"
46+
## ⬆ :1.7.1"
47+
## ⬆ :1.7.2"
48+
## ⬆ :1.7.3"
49+
## ⬆ :1.8.0+check"
1250
compose-compiler = "org.jetbrains.kotlin.plugin.compose:2.0.21"
51+
## ⬆ :2.1.0"
52+
## ⬆ :2.1.10"
53+
## ⬆ :2.1.20"
1354
kotlin-ksp = "com.google.devtools.ksp:2.0.21-1.0.25"
55+
## ⬆ :2.0.21-1.0.26"
56+
## ⬆ :2.0.21-1.0.27"
57+
## ⬆ :2.0.21-1.0.28"
58+
## ⬆ :2.1.0-1.0.28"
59+
## ⬆ :2.1.0-1.0.29"
60+
## ⬆ :2.1.10-1.0.29"
61+
## ⬆ :2.1.10-1.0.30"
62+
## ⬆ :2.1.10-1.0.31"
63+
## ⬆ :2.1.20-1.0.31"
64+
## ⬆ :2.1.20-1.0.32"
1465
kotlinx-serialization = "org.jetbrains.kotlin.plugin.serialization:2.0.21"
66+
## ⬆ :2.1.0"
67+
## ⬆ :2.1.10"
68+
## ⬆ :2.1.20"
1569
wire = "com.squareup.wire:5.1.0"
70+
## ⬆ :5.2.0"
71+
## ⬆ :5.2.1"
72+
## ⬆ :5.3.0"
73+
## ⬆ :5.3.1"
1674
ktlint-plugin = "org.jlleitschuh.gradle.ktlint:11.6.1"
1775
spotless-plugin = "com.diffplug.spotless:6.25.0"
76+
## ⬆ :7.0.0"
77+
## ⬆ :7.0.1"
78+
## ⬆ :7.0.2"
1879
google-services = "com.google.gms.google-services:4.4.2"
1980
firebase-crashlytics = "com.google.firebase.crashlytics:3.0.2"
81+
## ⬆ :3.0.3"
2082
gradle-play-publisher = "com.github.triplet.play:3.11.0"
83+
## ⬆ :3.12.0"
84+
## ⬆ :3.12.1"
2185
app-versioning = "io.github.reactivecircus.app-versioning:1.3.2"
86+
## ⬆ :1.4.0"
2287
sqldelight = "app.cash.sqldelight:2.0.2"
2388
ludi-common = { id = "ludi.common", version = "unspecified" }
2489
ludi-android-common = { id = "ludi.android.common", version = "unspecified" }
2590

2691
[libraries]
2792

2893
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
94+
## ⬆ :1.15.0"
2995
androidx-activity-compose = "androidx.activity:activity-compose:1.9.2"
96+
## ⬆ :1.9.3"
97+
## ⬆ :1.10.0"
98+
## ⬆ :1.10.1"
3099
androidx-compose-ui-test-junit4 = "androidx.compose.ui:ui-test-junit4:1.7.3"
100+
## ⬆ :1.7.4"
101+
## ⬆ :1.7.5"
102+
## ⬆ :1.7.6"
103+
## ⬆ :1.7.7"
104+
## ⬆ :1.7.8"
31105
material3-windowsizeclass = "dev.chrisbanes.material3:material3-window-size-class-multiplatform:0.5.0"
32106
androidx-browser = "androidx.browser:browser:1.8.0"
33107
kmpalette-core = "com.kmpalette:kmpalette-core:3.1.0"
34108
views-material = "com.google.android.material:material:1.12.0"
35109
splash-screen = "androidx.core:core-splashscreen:1.0.1"
36110
androidx-annotations = "androidx.annotation:annotation:1.8.2"
111+
## ⬆ :1.9.0"
112+
## ⬆ :1.9.1"
37113
leakcanary = "com.squareup.leakcanary:leakcanary-android:2.14"
38114
coil = "io.coil-kt.coil3:coil:3.0.0-rc01"
115+
## ⬆ :3.0.0-rc02"
116+
## ⬆ :3.0.0"
117+
## ⬆ :3.0.1"
118+
## ⬆ :3.0.2"
119+
## ⬆ :3.0.3"
120+
## ⬆ :3.0.4"
121+
## ⬆ :3.1.0"
39122
coil-compose = "io.coil-kt.coil3:coil-compose:3.0.0-rc01"
123+
## ⬆ :3.0.0-rc02"
124+
## ⬆ :3.0.0"
125+
## ⬆ :3.0.1"
126+
## ⬆ :3.0.2"
127+
## ⬆ :3.0.3"
128+
## ⬆ :3.0.4"
129+
## ⬆ :3.1.0"
40130
coil-network-ktor = "io.coil-kt.coil3:coil-network-ktor3:3.0.0-rc01"
131+
## ⬆ :3.0.0-rc02"
132+
## ⬆ :3.0.0"
133+
## ⬆ :3.0.1"
134+
## ⬆ :3.0.2"
135+
## ⬆ :3.0.3"
136+
## ⬆ :3.0.4"
137+
## ⬆ :3.1.0"
41138
# Update with caution as support for loading images in html feature currently break article card layout
42139
compose-richeditor = "com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05"
140+
## ⬆ :1.0.0-rc05-k2"
141+
## ⬆ :1.0.0-rc06"
142+
## ⬆ :1.0.0-rc07"
143+
## ⬆ :1.0.0-rc08"
144+
## ⬆ :1.0.0-rc09"
145+
## ⬆ :1.0.0-rc10"
146+
## ⬆ :1.0.0-rc11"
147+
## ⬆ :1.0.0-rc12"
43148
kermit = "co.touchlab:kermit:2.0.4"
149+
## ⬆ :2.0.5"
44150
firebase-bom = "com.google.firebase:firebase-bom:33.4.0"
151+
## ⬆ :33.5.0"
152+
## ⬆ :33.5.1"
153+
## ⬆ :33.6.0"
154+
## ⬆ :33.7.0"
155+
## ⬆ :33.8.0"
156+
## ⬆ :33.9.0"
157+
## ⬆ :33.10.0"
158+
## ⬆ :33.11.0"
159+
## ⬆ :33.12.0"
45160
firebase-crashlytics = "com.google.firebase:firebase-crashlytics:19.2.0"
161+
## ⬆ :19.2.1"
162+
## ⬆ :19.3.0"
163+
## ⬆ :19.4.0"
164+
## ⬆ :19.4.1"
165+
## ⬆ :19.4.2"
46166
firebase-analytics = "com.google.firebase:firebase-analytics:22.1.2"
167+
## ⬆ :22.2.0"
168+
## ⬆ :22.3.0"
169+
## ⬆ :22.4.0"
47170
bugsnag = "com.bugsnag:bugsnag:3.7.2"
48171
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.8.6"
172+
## ⬆ :2.8.7"
49173
androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.6"
174+
## ⬆ :2.8.7"
50175
voyager-screenmodel = "cafe.adriel.voyager:voyager-screenmodel:1.0.0"
176+
## ⬆ :1.0.1"
51177
voyager-navigator = "cafe.adriel.voyager:voyager-navigator:1.0.0"
178+
## ⬆ :1.0.1"
52179
voyager-transitions = "cafe.adriel.voyager:voyager-transitions:1.0.0"
180+
## ⬆ :1.0.1"
53181
molecule = "app.cash.molecule:molecule-runtime:2.0.0"
54182
androidx-test-core = "androidx.test:core:1.6.1"
55183
androidx-test-ext-junit = "androidx.test.ext:junit:1.2.1"
56184
androidx-test-runner = "androidx.test:runner:1.6.2"
57185
datastore = "androidx.datastore:datastore:1.1.1"
186+
## ⬆ :1.1.2"
187+
## ⬆ :1.1.3"
188+
## ⬆ :1.1.4"
58189
datastore-core = "androidx.datastore:datastore-core:1.1.1"
190+
## ⬆ :1.1.2"
191+
## ⬆ :1.1.3"
192+
## ⬆ :1.1.4"
59193
datastore-preferences = "androidx.datastore:datastore-preferences:1.1.1"
194+
## ⬆ :1.1.2"
195+
## ⬆ :1.1.3"
196+
## ⬆ :1.1.4"
60197
datastore-preferences-core = "androidx.datastore:datastore-preferences-core:1.1.1"
198+
## ⬆ :1.1.2"
199+
## ⬆ :1.1.3"
200+
## ⬆ :1.1.4"
61201
okio = "com.squareup.okio:okio:3.9.1"
202+
## ⬆ :3.10.0"
203+
## ⬆ :3.10.1"
204+
## ⬆ :3.10.2"
62205
sqldelight-android = "app.cash.sqldelight:android-driver:2.0.2"
63206
sqldelight-jvm = "app.cash.sqldelight:sqlite-driver:2.0.2"
64207
sqldelight-paging = "app.cash.sqldelight:androidx-paging3-extensions:2.0.2"
@@ -68,23 +211,71 @@ kotlin-inject-runtime = "me.tatarka.inject:kotlin-inject-runtime:0.7.2"
68211
lyricist-core = "cafe.adriel.lyricist:lyricist:1.7.0"
69212
lyricist-processor = "cafe.adriel.lyricist:lyricist-processor:1.7.0"
70213
rss-parser = "com.prof18.rssparser:rssparser:6.0.8"
214+
## ⬆ :6.0.9"
215+
## ⬆ :6.0.10"
71216
ktor-core = "io.ktor:ktor-client-core:3.0.0"
217+
## ⬆ :3.0.1"
218+
## ⬆ :3.0.2"
219+
## ⬆ :3.0.3"
220+
## ⬆ :3.1.0"
221+
## ⬆ :3.1.1"
222+
## ⬆ :3.1.2"
72223
ktor-okhttp = "io.ktor:ktor-client-okhttp:3.0.0"
224+
## ⬆ :3.0.1"
225+
## ⬆ :3.0.2"
226+
## ⬆ :3.0.3"
227+
## ⬆ :3.1.0"
228+
## ⬆ :3.1.1"
229+
## ⬆ :3.1.2"
73230
ktor-client-mock = "io.ktor:ktor-client-mock:3.0.0"
231+
## ⬆ :3.0.1"
232+
## ⬆ :3.0.2"
233+
## ⬆ :3.0.3"
234+
## ⬆ :3.1.0"
235+
## ⬆ :3.1.1"
236+
## ⬆ :3.1.2"
74237
ktor-content-negotation = "io.ktor:ktor-client-content-negotiation:3.0.0"
238+
## ⬆ :3.0.1"
239+
## ⬆ :3.0.2"
240+
## ⬆ :3.0.3"
241+
## ⬆ :3.1.0"
242+
## ⬆ :3.1.1"
243+
## ⬆ :3.1.2"
75244
ktor-kotlinx-serialization = "io.ktor:ktor-serialization-kotlinx-json:3.0.0"
245+
## ⬆ :3.0.1"
246+
## ⬆ :3.0.2"
247+
## ⬆ :3.0.3"
248+
## ⬆ :3.1.0"
249+
## ⬆ :3.1.1"
250+
## ⬆ :3.1.2"
76251
paging-common = "app.cash.paging:paging-common:3.3.0-alpha02-0.5.1"
77252
paging-compose = "app.cash.paging:paging-compose-common:3.3.0-alpha02-0.5.1"
78253
paging-testing = "app.cash.paging:paging-testing:3.3.0-alpha02-0.5.1"
79254
junit = "junit:junit:4.13.2"
80255
strikt = "io.strikt:strikt-core:0.35.1"
81256
turbine = "app.cash.turbine:turbine:1.1.0"
257+
## ⬆ :1.2.0"
82258
robolectric = "org.robolectric:robolectric:4.13"
259+
## ⬆ :4.14"
260+
## ⬆ :4.14.1"
83261
guava = "com.google.guava:guava:33.3.1-android"
262+
## ⬆ :33.4.0-android"
263+
## ⬆ :33.4.1-android"
264+
## ⬆ :33.4.2-android"
265+
## ⬆ :33.4.3-android"
266+
## ⬆ :33.4.4-android"
267+
## ⬆ :33.4.5-android"
268+
## ⬆ :33.4.6-android"
84269
test-parameter-injector = "com.google.testparameterinjector:test-parameter-injector:1.18"
85270
kotlinx-coroutines-swing = "org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.9.0"
271+
## ⬆ :1.10.0"
272+
## ⬆ :1.10.1"
86273
kotlinx-coroutines-test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0"
274+
## ⬆ :1.10.0"
275+
## ⬆ :1.10.1"
87276
kotlinx-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
277+
## ⬆ :1.8.0"
278+
## ⬆ :1.8.1"
88279

89280
# Convention plugins dependencies
90281
android-gradlePlugin = "com.android.tools.build:gradle:8.6.1"

0 commit comments

Comments
 (0)