Skip to content

Commit 8b3d3a2

Browse files
committed
Refresh versions.properties
1 parent 8128bf4 commit 8b3d3a2

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

gradle/libs.versions.toml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@
44

55
gradle-buildconfig-plugin = "com.github.gmazzo.buildconfig:5.5.0"
66
android-application = "com.android.application:8.6.1"
7+
## ⬆ :8.7.0"
8+
## ⬆ :8.7.1"
9+
## ⬆ :8.7.2"
710
android-library = "com.android.library:8.6.1"
11+
## ⬆ :8.7.0"
12+
## ⬆ :8.7.1"
13+
## ⬆ :8.7.2"
814
kotlin-android = "org.jetbrains.kotlin.android:2.0.21"
915
kotlin-jvm = "org.jetbrains.kotlin.jvm:2.0.21"
1016
kotlin-multiplatform = "org.jetbrains.kotlin.multiplatform:2.0.21"
1117
compose-multiplatform = "org.jetbrains.compose:1.7.0"
1218
compose-compiler = "org.jetbrains.kotlin.plugin.compose:2.0.21"
1319
kotlin-ksp = "com.google.devtools.ksp:2.0.21-1.0.25"
20+
## ⬆ :2.0.21-1.0.26"
1421
kotlinx-serialization = "org.jetbrains.kotlin.plugin.serialization:2.0.21"
1522
wire = "com.squareup.wire:5.1.0"
1623
ktlint-plugin = "org.jlleitschuh.gradle.ktlint:11.6.1"
@@ -26,27 +33,46 @@ ludi-android-common = { id = "ludi.android.common", version = "unspecified" }
2633
[libraries]
2734

2835
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
36+
## ⬆ :1.15.0"
2937
androidx-activity-compose = "androidx.activity:activity-compose:1.9.2"
38+
## ⬆ :1.9.3"
3039
androidx-compose-ui-test-junit4 = "androidx.compose.ui:ui-test-junit4:1.7.3"
40+
## ⬆ :1.7.4"
41+
## ⬆ :1.7.5"
3142
material3-windowsizeclass = "dev.chrisbanes.material3:material3-window-size-class-multiplatform:0.5.0"
3243
androidx-browser = "androidx.browser:browser:1.8.0"
3344
kmpalette-core = "com.kmpalette:kmpalette-core:3.1.0"
3445
views-material = "com.google.android.material:material:1.12.0"
3546
splash-screen = "androidx.core:core-splashscreen:1.0.1"
3647
androidx-annotations = "androidx.annotation:annotation:1.8.2"
48+
## ⬆ :1.9.0"
49+
## ⬆ :1.9.1"
3750
leakcanary = "com.squareup.leakcanary:leakcanary-android:2.14"
3851
coil = "io.coil-kt.coil3:coil:3.0.0-rc01"
52+
## ⬆ :3.0.0-rc02"
3953
coil-compose = "io.coil-kt.coil3:coil-compose:3.0.0-rc01"
54+
## ⬆ :3.0.0-rc02"
4055
coil-network-ktor = "io.coil-kt.coil3:coil-network-ktor3:3.0.0-rc01"
56+
## ⬆ :3.0.0-rc02"
4157
# Update with caution as support for loading images in html feature currently break article card layout
4258
compose-richeditor = "com.mohamedrejeb.richeditor:richeditor-compose:1.0.0-rc05"
59+
## ⬆ :1.0.0-rc05-k2"
60+
## ⬆ :1.0.0-rc06"
61+
## ⬆ :1.0.0-rc07"
62+
## ⬆ :1.0.0-rc08"
63+
## ⬆ :1.0.0-rc09"
4364
kermit = "co.touchlab:kermit:2.0.4"
4465
firebase-bom = "com.google.firebase:firebase-bom:33.4.0"
66+
## ⬆ :33.5.0"
67+
## ⬆ :33.5.1"
4568
firebase-crashlytics = "com.google.firebase:firebase-crashlytics:19.2.0"
69+
## ⬆ :19.2.1"
4670
firebase-analytics = "com.google.firebase:firebase-analytics:22.1.2"
4771
bugsnag = "com.bugsnag:bugsnag:3.7.2"
4872
androidx-lifecycle-runtime-ktx = "androidx.lifecycle:lifecycle-runtime-ktx:2.8.6"
73+
## ⬆ :2.8.7"
4974
androidx-lifecycle-runtime-compose = "androidx.lifecycle:lifecycle-runtime-compose:2.8.6"
75+
## ⬆ :2.8.7"
5076
voyager-screenmodel = "cafe.adriel.voyager:voyager-screenmodel:1.0.0"
5177
voyager-navigator = "cafe.adriel.voyager:voyager-navigator:1.0.0"
5278
voyager-transitions = "cafe.adriel.voyager:voyager-transitions:1.0.0"
@@ -69,16 +95,22 @@ lyricist-core = "cafe.adriel.lyricist:lyricist:1.7.0"
6995
lyricist-processor = "cafe.adriel.lyricist:lyricist-processor:1.7.0"
7096
rss-parser = "com.prof18.rssparser:rssparser:6.0.8"
7197
ktor-core = "io.ktor:ktor-client-core:3.0.0"
98+
## ⬆ :3.0.1"
7299
ktor-okhttp = "io.ktor:ktor-client-okhttp:3.0.0"
100+
## ⬆ :3.0.1"
73101
ktor-client-mock = "io.ktor:ktor-client-mock:3.0.0"
102+
## ⬆ :3.0.1"
74103
ktor-content-negotation = "io.ktor:ktor-client-content-negotiation:3.0.0"
104+
## ⬆ :3.0.1"
75105
ktor-kotlinx-serialization = "io.ktor:ktor-serialization-kotlinx-json:3.0.0"
106+
## ⬆ :3.0.1"
76107
paging-common = "app.cash.paging:paging-common:3.3.0-alpha02-0.5.1"
77108
paging-compose = "app.cash.paging:paging-compose-common:3.3.0-alpha02-0.5.1"
78109
paging-testing = "app.cash.paging:paging-testing:3.3.0-alpha02-0.5.1"
79110
junit = "junit:junit:4.13.2"
80111
strikt = "io.strikt:strikt-core:0.35.1"
81112
turbine = "app.cash.turbine:turbine:1.1.0"
113+
## ⬆ :1.2.0"
82114
robolectric = "org.robolectric:robolectric:4.13"
83115
guava = "com.google.guava:guava:33.3.1-android"
84116
test-parameter-injector = "com.google.testparameterinjector:test-parameter-injector:1.18"

0 commit comments

Comments
 (0)