From 57f829862200ff2fdfd17d3b748317e0f6158009 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 04:07:04 +0000 Subject: [PATCH] Bump maoni from 4.1.2 to 8.5.1 Bumps maoni from 4.1.2 to 8.5.1. --- updated-dependencies: - dependency-name: org.rm3l:maoni dependency-type: direct:production update-type: version-update:semver-major ... 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 1c1d6de..11df33f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -148,7 +148,7 @@ dependencies { implementation 'com.h6ah4i.android.widget.verticalseekbar:verticalseekbar:0.7.2' implementation 'com.android.support:gridlayout-v7:27.1.1' androidTestImplementation 'org.hamcrest:hamcrest-library:1.3' - implementation('org.rm3l:maoni:4.1.2@aar') { + implementation('org.rm3l:maoni:8.5.1@aar') { transitive = true } implementation 'ru.noties:markwon:1.0.3'