diff --git a/CHANGELOG.md b/CHANGELOG.md index 15c9a770ae8..e64d52f12ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,6 @@ - Bump RootBeer to 0.1.1 - Update `CVDRisk` table `riskScore` to range from string - Bump Mobius to v2.1.1 -- Bump Sentry Gradle plugin to v4.14.1 - Bump AndroidX Camera View to v1.4.1 - Bump Coroutines to v1.10.1 - Bump Lint to v31.8.0 @@ -53,6 +52,7 @@ - Add statin v1 translations for Tamil (Sri Lanka) and Sinhala - Bump Sentry Android to v8.0.0 - Bump Gradle to v8.12.1 +- Bump Sentry Gradle plugin to v5 ### Fixes diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4cfc5c7ebb1..191fdde5d5e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -234,7 +234,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.2" } -sentry = { id = "io.sentry.android.gradle", version = "4.14.1" } +sentry = { id = "io.sentry.android.gradle", version = "5.0.0" } datadog = { id = "com.datadoghq.dd-sdk-android-gradle-plugin", version = "1.15.0" } [bundles]