From 1e7f2a8353a11cd24aa84dbcb5d4213481782737 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 29 Mar 2021 05:13:59 +0000 Subject: [PATCH] Bump maoni from 4.1.2 to 9.1.0 Bumps [maoni](https://github.com/rm3l/maoni) from 4.1.2 to 9.1.0. - [Release notes](https://github.com/rm3l/maoni/releases) - [Commits](https://github.com/rm3l/maoni/compare/4.1.2...9.1.0) 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..36f5d61 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:9.1.0@aar') { transitive = true } implementation 'ru.noties:markwon:1.0.3'