From 72ab9f6e5461c37b921c6ed93e09c09bc9ca94f7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 04:34:49 +0000 Subject: [PATCH] Bump bugsnag-android-ndk from 4.9.1 to 5.5.2 Bumps [bugsnag-android-ndk](https://github.com/bugsnag/bugsnag-android) from 4.9.1 to 5.5.2. - [Release notes](https://github.com/bugsnag/bugsnag-android/releases) - [Changelog](https://github.com/bugsnag/bugsnag-android/blob/next/CHANGELOG.md) - [Commits](https://github.com/bugsnag/bugsnag-android/compare/v4.9.1...v5.5.2) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 1c1d6de..9eec4b7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -153,5 +153,5 @@ dependencies { } implementation 'ru.noties:markwon:1.0.3' implementation 'com.android.support:cardview-v7:27.1.1' - implementation 'com.bugsnag:bugsnag-android-ndk:4.9.1' + implementation 'com.bugsnag:bugsnag-android-ndk:5.5.2' }