File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ androidx-room = "2.8.4"
77androidx-lifecycle = " 2.10.0"
88accompanist = " 0.37.3"
99opto = " 1.0.18"
10- protobuf = " 4.33.2 "
10+ protobuf = " 4.33.4 "
1111retrofit = " 3.0.0"
12- dagger = " 2.57.2 "
12+ dagger = " 2.58 "
1313libsu = " 6.0.0"
1414refine = " 4.4.0"
1515
@@ -53,7 +53,7 @@ androidx-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
5353androidx-window = " androidx.window:window:1.5.1"
5454
5555# Compose
56- compose-bom = " androidx.compose:compose-bom:2025.12.01 "
56+ compose-bom = " androidx.compose:compose-bom:2026.01.00 "
5757compose-foundation = { module = " androidx.compose.foundation:foundation" }
5858compose-material-icons = " androidx.compose.material:material-icons-extended:1.7.8"
5959compose-material3 = { module = " androidx.compose.material3:material3" }
@@ -117,7 +117,7 @@ rikka-annotation-processor = { module = "dev.rikka.tools.refine:annotation-proce
117117rikka-refine-runtime = { group = " dev.rikka.tools.refine" , name = " runtime" , version.ref = " refine" }
118118smartspacer-sdk = " com.kieronquinn.smartspacer:sdk-client:1.1.2"
119119xdrop-fuzzywuzzy = " me.xdrop:fuzzywuzzy:1.4.0"
120- errorprone-annotations = " com.google.errorprone:error_prone_annotations:2.45 .0"
120+ errorprone-annotations = " com.google.errorprone:error_prone_annotations:2.46 .0"
121121composeRules = " io.nlopez.compose.rules:ktlint:0.5.3"
122122
123123[bundles ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pluginManagement {
1313
1414// https://docs.gradle.com/enterprise/gradle-plugin/
1515plugins {
16- id " com.gradle.develocity" version " 4.3"
16+ id " com.gradle.develocity" version " 4.3.1 "
1717}
1818
1919def isCI = providers. environmentVariable(' CI' ). present
You can’t perform that action at this time.
0 commit comments