From f9f82b0c25db371955b978e4ad8beb9f29cfe338 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:19:30 +0000 Subject: [PATCH] chore(deps): bump com.github.AppIntro:AppIntro from 6.2.0 to 6.3.1 Bumps [com.github.AppIntro:AppIntro](https://github.com/AppIntro/AppIntro) from 6.2.0 to 6.3.1. - [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.2.0...6.3.1) --- 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 2f86ddbc2..e486ee9f2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -128,7 +128,7 @@ dependencies { implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' implementation "androidx.work:work-runtime-ktx:$workManagerVersion" implementation 'com.caverock:androidsvg-aar:1.4' - implementation 'com.github.AppIntro:AppIntro:6.2.0' + implementation 'com.github.AppIntro:AppIntro:6.3.1' implementation 'com.google.android.flexbox:flexbox:3.0.0' implementation 'com.google.android.material:material:1.11.0' implementation 'com.google.code.gson:gson:2.10.1'