From a17051baddda921c6a7298badee222ef579e0d2b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 05:10:54 +0000 Subject: [PATCH] Bump verticalseekbar from 0.7.2 to 1.0.0 Bumps [verticalseekbar](https://github.com/h6ah4i/android-verticalseekbar) from 0.7.2 to 1.0.0. - [Release notes](https://github.com/h6ah4i/android-verticalseekbar/releases) - [Changelog](https://github.com/h6ah4i/android-verticalseekbar/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/h6ah4i/android-verticalseekbar/compare/0.7.2...1.0.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..75e5fb4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -145,7 +145,7 @@ dependencies { } implementation 'com.amazonaws:aws-android-sdk-s3:2.7.7' implementation 'com.github.apl-devs:appintro:v4.2.2' - implementation 'com.h6ah4i.android.widget.verticalseekbar:verticalseekbar:0.7.2' + implementation 'com.h6ah4i.android.widget.verticalseekbar:verticalseekbar:1.0.0' implementation 'com.android.support:gridlayout-v7:27.1.1' androidTestImplementation 'org.hamcrest:hamcrest-library:1.3' implementation('org.rm3l:maoni:4.1.2@aar') {