|
1 | 1 | [versions] |
2 | 2 | agp = "9.2.1" |
3 | 3 |
|
4 | | -androidx-cameraView = "1.6.0" |
5 | | -androidx-camera = "1.6.0" |
6 | | -androidx-paging = "3.4.2" |
| 4 | +androidx-cameraView = "1.6.1" |
| 5 | +androidx-camera = "1.6.1" |
| 6 | +androidx-paging = "3.5.0" |
7 | 7 | androidx-room = "2.8.4" |
8 | 8 | androidx-work = "2.11.2" |
9 | 9 | androidx-security-crypto = "1.1.0" |
@@ -39,7 +39,7 @@ coroutines = "1.10.2" |
39 | 39 |
|
40 | 40 | compose-compiler = "1.5.13" |
41 | 41 |
|
42 | | -androidx-compose-bom = "2026.04.01" |
| 42 | +androidx-compose-bom = "2026.05.00" |
43 | 43 |
|
44 | 44 | composeThemeAdapter = "0.36.0" |
45 | 45 |
|
@@ -181,7 +181,7 @@ rx-java = "io.reactivex.rxjava2:rxjava:2.2.21" |
181 | 181 | rx-kotlin = "io.reactivex.rxjava2:rxkotlin:2.4.0" |
182 | 182 | rx-preferences = "com.f2prateek.rx.preferences2:rx-preferences:2.0.1" |
183 | 183 |
|
184 | | -sentry-android = "io.sentry:sentry-android:8.40.0" |
| 184 | +sentry-android = "io.sentry:sentry-android:8.41.0" |
185 | 185 |
|
186 | 186 | signaturepad = "com.github.gcacace:signature-pad:1.3.1" |
187 | 187 |
|
@@ -225,7 +225,7 @@ sqlCipher = { module = "net.zetetic:sqlcipher-android", version.ref = "sqlCipher |
225 | 225 | android-application = { id = "com.android.application", version.ref = "agp" } |
226 | 226 | android-library = { id = "com.android.library", version.ref = "agp" } |
227 | 227 | android-lint = { id = "com.android.lint", version.ref = "agp" } |
228 | | -androidx-benchmark = { id = "androidx.benchmark", version = "1.5.0-alpha05" } |
| 228 | +androidx-benchmark = { id = "androidx.benchmark", version = "1.5.0-alpha06" } |
229 | 229 | kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } |
230 | 230 | kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" } |
231 | 231 | kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" } |
|
0 commit comments