From f85a488c95de66c7430c34fc3016fc5dba621a95 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 18:26:54 +0000 Subject: [PATCH] Bump markwon from 1.0.3 to 2.0.2 Bumps [markwon](https://github.com/noties/Markwon) from 1.0.3 to 2.0.2. - [Release notes](https://github.com/noties/Markwon/releases) - [Changelog](https://github.com/noties/Markwon/blob/master/CHANGELOG.md) - [Commits](https://github.com/noties/Markwon/compare/v1.0.3...v2.0.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..fdc35d5 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -151,7 +151,7 @@ dependencies { implementation('org.rm3l:maoni:4.1.2@aar') { transitive = true } - implementation 'ru.noties:markwon:1.0.3' + implementation 'ru.noties:markwon:2.0.2' implementation 'com.android.support:cardview-v7:27.1.1' implementation 'com.bugsnag:bugsnag-android-ndk:4.9.1' }