From f9ceeb0d651074675ef833f23040af8e0a53aca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 20:51:59 -0400 Subject: [PATCH] Bump sentry-android from 6.2.1 to 6.3.0 (#2693) Bumps [sentry-android](https://github.com/getsentry/sentry-java) from 6.2.1 to 6.3.0. - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/6.2.1...6.3.0) --- updated-dependencies: - dependency-name: io.sentry:sentry-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4d05603a2..2f3879f46 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -162,7 +162,7 @@ dependencies { "fullImplementation"("com.google.firebase:firebase-core:21.0.0") "fullImplementation"("com.google.firebase:firebase-iid:21.1.0") "fullImplementation"("com.google.firebase:firebase-messaging:23.0.5") - "fullImplementation"("io.sentry:sentry-android:6.2.1") + "fullImplementation"("io.sentry:sentry-android:6.3.0") "fullImplementation"("org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.6.4") "fullImplementation"("com.google.android.gms:play-services-wearable:17.1.0") "fullImplementation"("androidx.wear:wear-remote-interactions:1.0.0")