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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Next Release

### Internal

- Bump Kotlin to v2.4.10
- Bump AndroidX Core KTX to v1.19.0
- Bump Compose BOM to v2026.06.01
Expand All @@ -27,13 +28,20 @@
- Bump Lint to v32.3.1
- Bump GH Actions `cache` to v6
- Update GH Actions `checkout` to v7
- Bump Signature Pad to v1.4.0
- Bump ConstraintLayout to v2.2.2
- Bump AndroidX Benchmark to v1.5.0-beta01
- Bump Sentry to v8.51.0
- Bump Sentry Android to v6.17.0

### Changes

- Add CVD risk view to patient summary screen behind feature flag `show_cvd_risk`

## 2026.06.25

### Changes

- Add BMI container to patient registration screen
- Add BMI container to patient summary screen

Expand Down
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ androidx-appcompat = "androidx.appcompat:appcompat:1.7.1"

androidx-archCoreTesting = "androidx.arch.core:core-testing:2.2.0"
androidx-cardview = "androidx.cardview:cardview:1.0.0"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.1"
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.2"
androidx-core-ktx = "androidx.core:core-ktx:1.19.0"
androidx-fragment = "androidx.fragment:fragment-ktx:1.8.9"
androidx-preference = "androidx.preference:preference:1.2.1"
Expand Down Expand Up @@ -181,9 +181,9 @@ 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.50.1"
sentry-android = "io.sentry:sentry-android:8.51.0"

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

sqlite-android = "com.github.requery:sqlite-android:3.49.0"

Expand Down Expand Up @@ -225,13 +225,13 @@ sqlCipher = { module = "net.zetetic:sqlcipher-android", version.ref = "sqlCipher
android-application = { id = "com.android.application", version.ref = "agp" }
android-library = { id = "com.android.library", version.ref = "agp" }
android-lint = { id = "com.android.lint", version.ref = "agp" }
androidx-benchmark = { id = "androidx.benchmark", version = "1.5.0-alpha07" }
androidx-benchmark = { id = "androidx.benchmark", version = "1.5.0-beta01" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
kotlin-parcelize = { id = "org.jetbrains.kotlin.plugin.parcelize", version.ref = "kotlin" }
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.5.0" }
sentry = { id = "io.sentry.android.gradle", version = "6.16.0" }
sentry = { id = "io.sentry.android.gradle", version = "6.17.0" }

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