Skip to content

Commit 7eca772

Browse files
Merge pull request #5738 from simpledotorg/master
2 parents 8df5644 + b149689 commit 7eca772

2 files changed

Lines changed: 18 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,15 @@
88
- Add effect to fetch complete medical records
99
- Bump sqlcipher to v4.13.0
1010
- Bump dagger to v2.59.1
11+
- Bump Mockito Kotlin to v6.2.3
12+
- Bump Sentry to v8.32.0
13+
- Bump Sentry Android to v6.0.0
14+
- Bump KSP to v2.3.5
15+
- Bump AndroidX Camera to v1.5.3
16+
- Bump AndroidX Camera View to v1.5.3
17+
- Bump AndroidX Work to v2.11.1
18+
- Bump AndroidX Activity to v1.12.4
19+
- Bump Compose BOM to v2026.02.00
1120

1221
### Changes
1322

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
[versions]
22
agp = "9.0.0"
33

4-
androidx-cameraView = "1.5.2"
5-
androidx-camera = "1.5.2"
4+
androidx-cameraView = "1.5.3"
5+
androidx-camera = "1.5.3"
66
androidx-paging = "3.3.6"
77
androidx-room = "2.8.4"
8-
androidx-work = "2.11.0"
8+
androidx-work = "2.11.1"
99
androidx-security-crypto = "1.1.0"
1010
androidx-viewmodel = "2.10.0"
1111
androidx-lifecycle = "2.10.0"
12-
androidx-activity = "1.12.2"
12+
androidx-activity = "1.12.4"
1313

1414
chucker = "4.3.0"
1515
dagger = "2.59.1"
1616

1717
kotlin = "2.3.0"
1818

19-
ksp = "2.3.4"
19+
ksp = "2.3.5"
2020

2121
ktlint = "0.36.0"
2222

@@ -38,7 +38,7 @@ coroutines = "1.10.2"
3838

3939
compose-compiler = "1.5.13"
4040

41-
androidx-compose-bom = "2026.01.00"
41+
androidx-compose-bom = "2026.02.00"
4242

4343
composeThemeAdapter = "0.36.0"
4444

@@ -142,7 +142,7 @@ lottie = "com.airbnb.android:lottie-compose:6.7.1"
142142

143143
material = "com.google.android.material:material:1.13.0"
144144

145-
mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:6.2.1"
145+
mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:6.2.3"
146146

147147
mobius-android = { module = "com.spotify.mobius:mobius-android", version.ref = "mobius" }
148148
mobius-core = { module = "com.spotify.mobius:mobius-core", version.ref = "mobius" }
@@ -179,7 +179,7 @@ rx-java = "io.reactivex.rxjava2:rxjava:2.2.21"
179179
rx-kotlin = "io.reactivex.rxjava2:rxkotlin:2.4.0"
180180
rx-preferences = "com.f2prateek.rx.preferences2:rx-preferences:2.0.1"
181181

182-
sentry-android = "io.sentry:sentry-android:8.30.0"
182+
sentry-android = "io.sentry:sentry-android:8.32.0"
183183

184184
signaturepad = "com.github.gcacace:signature-pad:1.3.1"
185185

@@ -229,7 +229,7 @@ kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref =
229229
kotlin-compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
230230
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
231231
google-services = { id = "com.google.gms.google-services", version = "4.4.4" }
232-
sentry = { id = "io.sentry.android.gradle", version = "5.12.2" }
232+
sentry = { id = "io.sentry.android.gradle", version = "6.0.0" }
233233

234234
[bundles]
235235
androidx-camera = ["androidx-camera-core", "androidx-camera-camera2", "androidx-camera-view", "androidx-camera-lifecycle"]

0 commit comments

Comments
 (0)