Skip to content

Commit 080f1b3

Browse files
authored
Merge branch 'LawnchairLauncher:15-dev' into trunk
2 parents 252d188 + f23fdda commit 080f1b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ androidx-room = "2.8.4"
77
androidx-lifecycle = "2.10.0"
88
accompanist = "0.37.3"
99
opto = "1.0.18"
10-
protobuf = "4.33.2"
10+
protobuf = "4.33.4"
1111
retrofit = "3.0.0"
12-
dagger = "2.57.2"
12+
dagger = "2.58"
1313
libsu = "6.0.0"
1414
refine = "4.4.0"
1515

@@ -53,7 +53,7 @@ androidx-uiautomator = "androidx.test.uiautomator:uiautomator:2.3.0"
5353
androidx-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"
5757
compose-foundation = { module = "androidx.compose.foundation:foundation" }
5858
compose-material-icons = "androidx.compose.material:material-icons-extended:1.7.8"
5959
compose-material3 = { module = "androidx.compose.material3:material3" }
@@ -117,7 +117,7 @@ rikka-annotation-processor = { module = "dev.rikka.tools.refine:annotation-proce
117117
rikka-refine-runtime = { group = "dev.rikka.tools.refine", name = "runtime", version.ref = "refine" }
118118
smartspacer-sdk = "com.kieronquinn.smartspacer:sdk-client:1.1.2"
119119
xdrop-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"
121121
composeRules = "io.nlopez.compose.rules:ktlint:0.5.3"
122122

123123
[bundles]

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pluginManagement {
1313

1414
// https://docs.gradle.com/enterprise/gradle-plugin/
1515
plugins {
16-
id "com.gradle.develocity" version "4.3"
16+
id "com.gradle.develocity" version "4.3.1"
1717
}
1818

1919
def isCI = providers.environmentVariable('CI').present

0 commit comments

Comments
 (0)