From 0b1885e22f7fcb5c33a6aedc290db87d75076f36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 11:55:42 -0400 Subject: [PATCH] navigation: bump `com.mikepenz:crossfader` to 1.6.0 (fixes #2653) (#2464) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dogi --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index cc171b4c85..185c4e080f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 21 targetSdkVersion 34 - versionCode 1118 - versionName "0.11.18" + versionCode 1119 + versionName "0.11.19" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -105,7 +105,7 @@ dependencies { implementation "com.google.dagger:hilt-android:2.48.1" kapt "com.google.dagger:hilt-android-compiler:2.48.1" - implementation 'com.mikepenz:crossfader:1.5.1@aar' + implementation 'com.mikepenz:crossfader:1.6.0@aar' implementation 'com.mikepenz:crossfadedrawerlayout:1.0.1@aar' implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.28'