From 27b08b91da14836bc9a5612983e8636dd5fd207a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:59:33 +0000 Subject: [PATCH] Bump io.sentry.android.gradle from 4.2.0 to 4.3.0 Bumps [io.sentry.android.gradle](https://github.com/getsentry/sentry-android-gradle-plugin) from 4.2.0 to 4.3.0. - [Release notes](https://github.com/getsentry/sentry-android-gradle-plugin/releases) - [Changelog](https://github.com/getsentry/sentry-android-gradle-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-android-gradle-plugin/compare/4.2.0...4.3.0) --- updated-dependencies: - dependency-name: io.sentry.android.gradle dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d4bd6880..8436cdde 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -4,7 +4,7 @@ plugins { id 'kotlin-kapt' id 'com.google.devtools.ksp' id 'dagger.hilt.android.plugin' - id "io.sentry.android.gradle" version "4.2.0" + id "io.sentry.android.gradle" version "4.3.0" } def keystorePropertiesFile = rootProject.file("keystore.properties")