From e83d6a8becb7111ea388411fc8fe75e8686b0fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jan 2022 10:08:07 +0000 Subject: [PATCH] Bump AppIntro from 6.1.0 to 6.2.0 Bumps [AppIntro](https://github.com/AppIntro/AppIntro) from 6.1.0 to 6.2.0. - [Release notes](https://github.com/AppIntro/AppIntro/releases) - [Changelog](https://github.com/AppIntro/AppIntro/blob/main/CHANGELOG.md) - [Commits](https://github.com/AppIntro/AppIntro/compare/6.1.0...6.2.0) --- updated-dependencies: - dependency-name: com.github.AppIntro:AppIntro dependency-type: direct:production update-type: version-update:semver-minor ... 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 e6a8cbc..0817688 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -81,7 +81,7 @@ dependencies { // Testing LiveData testImplementation "androidx.arch.core:core-testing:$arch_version" implementation 'eu.davidea:flipview:1.2.0' - implementation 'com.github.AppIntro:AppIntro:6.1.0' + implementation 'com.github.AppIntro:AppIntro:6.2.0' implementation "androidx.datastore:datastore-preferences:1.0.0" // Kotlin + coroutines implementation "androidx.work:work-runtime-ktx:$work_version"