From 6d602156cfb286fc3ef3ef63eef3c5665053271d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 06:53:52 +0000 Subject: [PATCH] Bump appintro from v4.2.2 to 6.1.0 Bumps [appintro](https://github.com/AppIntro/AppIntro) from v4.2.2 to 6.1.0. - [Release notes](https://github.com/AppIntro/AppIntro/releases) - [Changelog](https://github.com/AppIntro/AppIntro/blob/master/CHANGELOG.md) - [Commits](https://github.com/AppIntro/AppIntro/compare/v4.2.2...6.1.0) 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..400b585 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -144,7 +144,7 @@ dependencies { exclude group: 'com.google.guava', module: 'listenablefuture' } implementation 'com.amazonaws:aws-android-sdk-s3:2.7.7' - implementation 'com.github.apl-devs:appintro:v4.2.2' + implementation 'com.github.apl-devs:appintro:6.1.0' 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'