From cd4f4c02a227f03cfad4c93760a9282bc1609a14 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index 72388c2fd..6c92015ac 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -75,7 +75,7 @@ android { dependencies { val daggerVersion = "2.34.1" - val kotlinVersion = "1.4.32" + val kotlinVersion = "1.5.0" val kxCoroutinesVersion = "1.4.2" val ktorVersion = "1.5.3" val espressoVersion = "3.3.0" @@ -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")