Skip to content

Commit 2b5f319

Browse files
committed
Refresh versions.properties
1 parent 8128bf4 commit 2b5f319

File tree

1 file changed

+220
-0
lines changed

1 file changed

+220
-0
lines changed

gradle/libs.versions.toml

Lines changed: 220 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,88 +3,308 @@
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"
13+
## ⬆ :5.6.3"
14+
## ⬆ :5.6.4"
615
android-application = "com.android.application:8.6.1"
16+
## ⬆ :8.7.0"
17+
## ⬆ :8.7.1"
18+
## ⬆ :8.7.2"
19+
## ⬆ :8.7.3"
20+
## ⬆ :8.8.0"
21+
## ⬆ :8.8.1"
22+
## ⬆ :8.8.2"
23+
## ⬆ :8.9.0"
24+
## ⬆ :8.9.1"
25+
## ⬆ :8.9.2"
726
android-library = "com.android.library:8.6.1"
27+
## ⬆ :8.7.0"
28+
## ⬆ :8.7.1"
29+
## ⬆ :8.7.2"
30+
## ⬆ :8.7.3"
31+
## ⬆ :8.8.0"
32+
## ⬆ :8.8.1"
33+
## ⬆ :8.8.2"
34+
## ⬆ :8.9.0"
35+
## ⬆ :8.9.1"
36+
## ⬆ :8.9.2"
837
kotlin-android = "org.jetbrains.kotlin.android:2.0.21"
38+
## ⬆ :2.1.0"
39+
## ⬆ :2.1.10"
40+
## ⬆ :2.1.20"
941
kotlin-jvm = "org.jetbrains.kotlin.jvm:2.0.21"
42+
## ⬆ :2.1.0"
43+
## ⬆ :2.1.10"
44+
## ⬆ :2.1.20"
1045
kotlin-multiplatform = "org.jetbrains.kotlin.multiplatform:2.0.21"
46+
## ⬆ :2.1.0"
47+
## ⬆ :2.1.10"
48+
## ⬆ :2.1.20"
1149
compose-multiplatform = "org.jetbrains.compose:1.7.0"
50+
## ⬆ :1.7.1"
51+
## ⬆ :1.7.2"
52+
## ⬆ :1.7.3"
53+
## ⬆ :1.8.0+check"
1254
compose-compiler = "org.jetbrains.kotlin.plugin.compose:2.0.21"
55+
## ⬆ :2.1.0"
56+
## ⬆ :2.1.10"
57+
## ⬆ :2.1.20"
1358
kotlin-ksp = "com.google.devtools.ksp:2.0.21-1.0.25"
59+
## ⬆ :2.0.21-1.0.26"
60+
## ⬆ :2.0.21-1.0.27"
61+
## ⬆ :2.0.21-1.0.28"
62+
## ⬆ :2.1.0-1.0.28"
63+
## ⬆ :2.1.0-1.0.29"
64+
## ⬆ :2.1.10-1.0.29"
65+
## ⬆ :2.1.10-1.0.30"
66+
## ⬆ :2.1.10-1.0.31"
67+
## ⬆ :2.1.20-1.0.31"
68+
## ⬆ :2.1.20-1.0.32"
69+
## ⬆ :2.1.20-2.0.0"
70+
## ⬆ :2.1.20-2.0.1"
1471
kotlinx-serialization = "org.jetbrains.kotlin.plugin.serialization:2.0.21"
72+
## ⬆ :2.1.0"
73+
## ⬆ :2.1.10"
74+
## ⬆ :2.1.20"
1575
wire = "com.squareup.wire:5.1.0"
76+
## ⬆ :5.2.0"
77+
## ⬆ :5.2.1"
78+
## ⬆ :5.3.0"
79+
## ⬆ :5.3.1"
1680
ktlint-plugin = "org.jlleitschuh.gradle.ktlint:11.6.1"
1781
spotless-plugin = "com.diffplug.spotless:6.25.0"
82+
## ⬆ :7.0.0"
83+
## ⬆ :7.0.1"
84+
## ⬆ :7.0.2"
85+
## ⬆ :7.0.3"
1886
google-services = "com.google.gms.google-services:4.4.2"
1987
firebase-crashlytics = "com.google.firebase.crashlytics:3.0.2"
88+
## ⬆ :3.0.3"
2089
gradle-play-publisher = "com.github.triplet.play:3.11.0"
90+
## ⬆ :3.12.0"
91+
## ⬆ :3.12.1"
2192
app-versioning = "io.github.reactivecircus.app-versioning:1.3.2"
93+
## ⬆ :1.4.0"
2294
sqldelight = "app.cash.sqldelight:2.0.2"
2395
ludi-common = { id = "ludi.common", version = "unspecified" }
2496
ludi-android-common = { id = "ludi.android.common", version = "unspecified" }
2597

2698
[libraries]
2799

28100
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
101+
## ⬆ :1.15.0"
102+
## ⬆ :1.16.0"
29103
androidx-activity-compose = "androidx.activity:activity-compose:1.9.2"
104+
## ⬆ :1.9.3"
105+
## ⬆ :1.10.0"
106+
## ⬆ :1.10.1"
30107
androidx-compose-ui-test-junit4 = "androidx.compose.ui:ui-test-junit4:1.7.3"
108+
## ⬆ :1.7.4"
109+
## ⬆ :1.7.5"
110+
## ⬆ :1.7.6"
111+
## ⬆ :1.7.7"
112+
## ⬆ :1.7.8"
113+
## ⬆ :1.8.0"
31114
material3-windowsizeclass = "dev.chrisbanes.material3:material3-window-size-class-multiplatform:0.5.0"
32115
androidx-browser = "androidx.browser:browser:1.8.0"
33116
kmpalette-core = "com.kmpalette:kmpalette-core:3.1.0"
34117
views-material = "com.google.android.material:material:1.12.0"
35118
splash-screen = "androidx.core:core-splashscreen:1.0.1"
36119
androidx-annotations = "androidx.annotation:annotation:1.8.2"
120+
## ⬆ :1.9.0"
121+
## ⬆ :1.9.1"
37122
leakcanary = "com.squareup.leakcanary:leakcanary-android:2.14"
38123
coil = "io.coil-kt.coil3:coil:3.0.0-rc01"
124+
## ⬆ :3.0.0-rc02"
125+
## ⬆ :3.0.0"
126+
## ⬆ :3.0.1"
127+
## ⬆ :3.0.2"
128+
## ⬆ :3.0.3"
129+
## ⬆ :3.0.4"
130+
## ⬆ :3.1.0"
131+
## ⬆ :3.2.0-rc01"
132+
## ⬆ :3.2.0-rc02"
39133
coil-compose = "io.coil-kt.coil3:coil-compose:3.0.0-rc01"
134+
## ⬆ :3.0.0-rc02"
135+
## ⬆ :3.0.0"
136+
## ⬆ :3.0.1"
137+
## ⬆ :3.0.2"
138+
## ⬆ :3.0.3"
139+
## ⬆ :3.0.4"
140+
## ⬆ :3.1.0"
141+
## ⬆ :3.2.0-rc01"
142+
## ⬆ :3.2.0-rc02"
40143
coil-network-ktor = "io.coil-kt.coil3:coil-network-ktor3:3.0.0-rc01"
144+
## ⬆ :3.0.0-rc02"
145+
## ⬆ :3.0.0"
146+
## ⬆ :3.0.1"
147+
## ⬆ :3.0.2"
148+
## ⬆ :3.0.3"
149+
## ⬆ :3.0.4"
150+
## ⬆ :3.1.0"
151+
## ⬆ :3.2.0-rc01"
152+
## ⬆ :3.2.0-rc02"
41153
# Update with caution as support for loading images in html feature currently break article card layout
42154
compose-richeditor = "com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05"
155+
## ⬆ :1.0.0-rc05-k2"
156+
## ⬆ :1.0.0-rc06"
157+
## ⬆ :1.0.0-rc07"
158+
## ⬆ :1.0.0-rc08"
159+
## ⬆ :1.0.0-rc09"
160+
## ⬆ :1.0.0-rc10"
161+
## ⬆ :1.0.0-rc11"
162+
## ⬆ :1.0.0-rc12"
43163
kermit = "co.touchlab:kermit:2.0.4"
164+
## ⬆ :2.0.5"
44165
firebase-bom = "com.google.firebase:firebase-bom:33.4.0"
166+
## ⬆ :33.5.0"
167+
## ⬆ :33.5.1"
168+
## ⬆ :33.6.0"
169+
## ⬆ :33.7.0"
170+
## ⬆ :33.8.0"
171+
## ⬆ :33.9.0"
172+
## ⬆ :33.10.0"
173+
## ⬆ :33.11.0"
174+
## ⬆ :33.12.0"
175+
## ⬆ :33.13.0"
45176
firebase-crashlytics = "com.google.firebase:firebase-crashlytics:19.2.0"
177+
## ⬆ :19.2.1"
178+
## ⬆ :19.3.0"
179+
## ⬆ :19.4.0"
180+
## ⬆ :19.4.1"
181+
## ⬆ :19.4.2"
182+
## ⬆ :19.4.3"
46183
firebase-analytics = "com.google.firebase:firebase-analytics:22.1.2"
184+
## ⬆ :22.2.0"
185+
## ⬆ :22.3.0"
186+
## ⬆ :22.4.0"
47187
bugsnag = "com.bugsnag:bugsnag:3.7.2"
48188
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.8.6"
189+
## ⬆ :2.8.7"
49190
androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.6"
191+
## ⬆ :2.8.7"
50192
voyager-screenmodel = "cafe.adriel.voyager:voyager-screenmodel:1.0.0"
193+
## ⬆ :1.0.1"
51194
voyager-navigator = "cafe.adriel.voyager:voyager-navigator:1.0.0"
195+
## ⬆ :1.0.1"
52196
voyager-transitions = "cafe.adriel.voyager:voyager-transitions:1.0.0"
197+
## ⬆ :1.0.1"
53198
molecule = "app.cash.molecule:molecule-runtime:2.0.0"
199+
## ⬆ :2.1.0"
54200
androidx-test-core = "androidx.test:core:1.6.1"
55201
androidx-test-ext-junit = "androidx.test.ext:junit:1.2.1"
56202
androidx-test-runner = "androidx.test:runner:1.6.2"
57203
datastore = "androidx.datastore:datastore:1.1.1"
204+
## ⬆ :1.1.2"
205+
## ⬆ :1.1.3"
206+
## ⬆ :1.1.4"
207+
## ⬆ :1.1.5"
58208
datastore-core = "androidx.datastore:datastore-core:1.1.1"
209+
## ⬆ :1.1.2"
210+
## ⬆ :1.1.3"
211+
## ⬆ :1.1.4"
212+
## ⬆ :1.1.5"
59213
datastore-preferences = "androidx.datastore:datastore-preferences:1.1.1"
214+
## ⬆ :1.1.2"
215+
## ⬆ :1.1.3"
216+
## ⬆ :1.1.4"
217+
## ⬆ :1.1.5"
60218
datastore-preferences-core = "androidx.datastore:datastore-preferences-core:1.1.1"
219+
## ⬆ :1.1.2"
220+
## ⬆ :1.1.3"
221+
## ⬆ :1.1.4"
222+
## ⬆ :1.1.5"
61223
okio = "com.squareup.okio:okio:3.9.1"
224+
## ⬆ :3.10.0"
225+
## ⬆ :3.10.1"
226+
## ⬆ :3.10.2"
227+
## ⬆ :3.11.0"
62228
sqldelight-android = "app.cash.sqldelight:android-driver:2.0.2"
63229
sqldelight-jvm = "app.cash.sqldelight:sqlite-driver:2.0.2"
64230
sqldelight-paging = "app.cash.sqldelight:androidx-paging3-extensions:2.0.2"
65231
sqlite-android = "com.github.requery:sqlite-android:3.45.0"
66232
kotlin-inject-ksp = "me.tatarka.inject:kotlin-inject-compiler-ksp:0.7.2"
233+
## ⬆ :0.8.0"
67234
kotlin-inject-runtime = "me.tatarka.inject:kotlin-inject-runtime:0.7.2"
235+
## ⬆ :0.8.0"
68236
lyricist-core = "cafe.adriel.lyricist:lyricist:1.7.0"
69237
lyricist-processor = "cafe.adriel.lyricist:lyricist-processor:1.7.0"
70238
rss-parser = "com.prof18.rssparser:rssparser:6.0.8"
239+
## ⬆ :6.0.9"
240+
## ⬆ :6.0.10"
71241
ktor-core = "io.ktor:ktor-client-core:3.0.0"
242+
## ⬆ :3.0.1"
243+
## ⬆ :3.0.2"
244+
## ⬆ :3.0.3"
245+
## ⬆ :3.1.0"
246+
## ⬆ :3.1.1"
247+
## ⬆ :3.1.2"
72248
ktor-okhttp = "io.ktor:ktor-client-okhttp:3.0.0"
249+
## ⬆ :3.0.1"
250+
## ⬆ :3.0.2"
251+
## ⬆ :3.0.3"
252+
## ⬆ :3.1.0"
253+
## ⬆ :3.1.1"
254+
## ⬆ :3.1.2"
73255
ktor-client-mock = "io.ktor:ktor-client-mock:3.0.0"
256+
## ⬆ :3.0.1"
257+
## ⬆ :3.0.2"
258+
## ⬆ :3.0.3"
259+
## ⬆ :3.1.0"
260+
## ⬆ :3.1.1"
261+
## ⬆ :3.1.2"
74262
ktor-content-negotation = "io.ktor:ktor-client-content-negotiation:3.0.0"
263+
## ⬆ :3.0.1"
264+
## ⬆ :3.0.2"
265+
## ⬆ :3.0.3"
266+
## ⬆ :3.1.0"
267+
## ⬆ :3.1.1"
268+
## ⬆ :3.1.2"
75269
ktor-kotlinx-serialization = "io.ktor:ktor-serialization-kotlinx-json:3.0.0"
270+
## ⬆ :3.0.1"
271+
## ⬆ :3.0.2"
272+
## ⬆ :3.0.3"
273+
## ⬆ :3.1.0"
274+
## ⬆ :3.1.1"
275+
## ⬆ :3.1.2"
76276
paging-common = "app.cash.paging:paging-common:3.3.0-alpha02-0.5.1"
77277
paging-compose = "app.cash.paging:paging-compose-common:3.3.0-alpha02-0.5.1"
78278
paging-testing = "app.cash.paging:paging-testing:3.3.0-alpha02-0.5.1"
79279
junit = "junit:junit:4.13.2"
80280
strikt = "io.strikt:strikt-core:0.35.1"
81281
turbine = "app.cash.turbine:turbine:1.1.0"
282+
## ⬆ :1.2.0"
82283
robolectric = "org.robolectric:robolectric:4.13"
284+
## ⬆ :4.14"
285+
## ⬆ :4.14.1"
83286
guava = "com.google.guava:guava:33.3.1-android"
287+
## ⬆ :33.4.0-android"
288+
## ⬆ :33.4.1-android"
289+
## ⬆ :33.4.2-android"
290+
## ⬆ :33.4.3-android"
291+
## ⬆ :33.4.4-android"
292+
## ⬆ :33.4.5-android"
293+
## ⬆ :33.4.6-android"
294+
## ⬆ :33.4.7-android"
295+
## ⬆ :33.4.8-android"
84296
test-parameter-injector = "com.google.testparameterinjector:test-parameter-injector:1.18"
85297
kotlinx-coroutines-swing = "org.jetbrains.kotlinx:kotlinx-coroutines-swing:1.9.0"
298+
## ⬆ :1.10.0"
299+
## ⬆ :1.10.1"
300+
## ⬆ :1.10.2"
86301
kotlinx-coroutines-test = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.9.0"
302+
## ⬆ :1.10.0"
303+
## ⬆ :1.10.1"
304+
## ⬆ :1.10.2"
87305
kotlinx-serialization = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
306+
## ⬆ :1.8.0"
307+
## ⬆ :1.8.1"
88308

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

0 commit comments

Comments
 (0)