Skip to content

Commit 917d92c

Browse files
rvandermeulenmergify[bot]
authored andcommitted
Update AndroidX Core to version 1.16.0
1 parent ec282c3 commit 917d92c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ dependencies {
258258
implementation libs.androidx.compose.ui.tooling
259259

260260
implementation libs.google.material
261-
261+
implementation libs.jspecify
262262
implementation libs.kotlinx.coroutines.core
263263

264264
implementation libs.mozilla.browser.domains

gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ androidx-cardview = "1.0.0"
2121
androidx-composeBom = "2025.02.00"
2222
androidx-constraintlayout = "2.2.1"
2323
androidx-coordinatorlayout = "1.3.0"
24-
androidx-core = "1.15.0"
24+
androidx-core = "1.16.0"
2525
androidx-fragment = "1.8.6"
2626
androidx-lifecycle = "2.8.7"
2727
androidx-preference = "1.2.1"
@@ -40,6 +40,7 @@ androidx-test-uiautomator = "2.3.0"
4040
# Third Party Linting & Static Code Analysis
4141
dependency-analysis = "2.15.0"
4242
detekt = "1.23.8"
43+
jspecify = "1.0.0"
4344
ktlint = "0.50.0"
4445

4546
# Third Party Testing
@@ -95,6 +96,7 @@ androidx-test-runner = { group = "androidx.test", name = "runner", version.ref =
9596
androidx-test-uiautomator = { group = "androidx.test.uiautomator", name = "uiautomator", version.ref = "androidx-test-uiautomator" }
9697

9798
# Third Party Linting & Static Code Analysis
99+
jspecify = { group = "org.jspecify", name = "jspecify", version.ref = "jspecify" }
98100
ktlint = { module = "com.pinterest:ktlint", version.ref = "ktlint" }
99101

100102
# Third Party Testing

0 commit comments

Comments
 (0)