Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
- Add effect to fetch complete medical records
- Bump sqlcipher to v4.13.0
- Bump dagger to v2.59.1
- Bump Mockito Kotlin to v6.2.3
- Bump Sentry to v8.32.0
- Bump Sentry Android to v6.0.0
- Bump KSP to v2.3.5
- Bump AndroidX Camera to v1.5.3
- Bump AndroidX Camera View to v1.5.3
- Bump AndroidX Work to v2.11.1
- Bump AndroidX Activity to v1.12.4
- Bump Compose BOM to v2026.02.00

### Changes

Expand Down
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[versions]
agp = "9.0.0"

androidx-cameraView = "1.5.2"
androidx-camera = "1.5.2"
androidx-cameraView = "1.5.3"
androidx-camera = "1.5.3"
androidx-paging = "3.3.6"
androidx-room = "2.8.4"
androidx-work = "2.11.0"
androidx-work = "2.11.1"
androidx-security-crypto = "1.1.0"
androidx-viewmodel = "2.10.0"
androidx-lifecycle = "2.10.0"
androidx-activity = "1.12.2"
androidx-activity = "1.12.4"

chucker = "4.3.0"
dagger = "2.59.1"

kotlin = "2.3.0"

ksp = "2.3.4"
ksp = "2.3.5"

ktlint = "0.36.0"

Expand All @@ -38,7 +38,7 @@ coroutines = "1.10.2"

compose-compiler = "1.5.13"

androidx-compose-bom = "2026.01.00"
androidx-compose-bom = "2026.02.00"

composeThemeAdapter = "0.36.0"

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

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

mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:6.2.1"
mockito-kotlin = "org.mockito.kotlin:mockito-kotlin:6.2.3"

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

sentry-android = "io.sentry:sentry-android:8.30.0"
sentry-android = "io.sentry:sentry-android:8.32.0"

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

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

[bundles]
androidx-camera = ["androidx-camera-core", "androidx-camera-camera2", "androidx-camera-view", "androidx-camera-lifecycle"]
Expand Down
Loading