diff --git a/CHANGELOG.md b/CHANGELOG.md index 81342bbd8db..b64e58826f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d109e91770a..0d8b66421fc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" @@ -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" @@ -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"]