From 86fb7188963b85337d7213c950863a91958722f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 15:12:56 +0000 Subject: [PATCH] Bump appintro from 3.4.0 to 4.1.0 Bumps [appintro](https://github.com/PaoloRotolo/AppIntro) from 3.4.0 to 4.1.0. - [Release notes](https://github.com/PaoloRotolo/AppIntro/releases) - [Changelog](https://github.com/AppIntro/AppIntro/blob/master/CHANGELOG.md) - [Commits](https://github.com/PaoloRotolo/AppIntro/commits/v4.1.0) Signed-off-by: dependabot[bot] --- uhabits-android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index 062dbedd4..6c92015ac 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -93,7 +93,7 @@ dependencies { androidTestImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0") compileOnly("javax.annotation:jsr250-api:1.0") coreLibraryDesugaring("com.android.tools:desugar_jdk_libs:1.1.5") - implementation("com.github.paolorotolo:appintro:3.4.0") + implementation("com.github.paolorotolo:appintro:4.1.0") implementation("com.google.code.findbugs:jsr305:3.0.2") implementation("com.google.dagger:dagger:$daggerVersion") implementation("com.google.guava:guava:30.1.1-android")