From df4a5d48e74bbed559ad7a166292d509ceb87ec9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 04:07:22 +0000 Subject: [PATCH] Bump maoni from 4.1.2 to 10.0.0 Bumps [maoni](https://github.com/rm3l/maoni) from 4.1.2 to 10.0.0. - [Release notes](https://github.com/rm3l/maoni/releases) - [Commits](https://github.com/rm3l/maoni/compare/4.1.2...10.0.0) --- 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..059700e 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:10.0.0@aar') { transitive = true } implementation 'ru.noties:markwon:1.0.3'