From bb7a8fda8ed24baa5edcb3d2d8a57f8285b47a8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 14:28:36 -0400 Subject: [PATCH] actions: bump `com.google.dagger:hilt-android` to 2.48.1 (fixes #2639) (#2559) 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 bef4f16f36..3d6c5b7e0a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.ole.planet.myplanet" minSdkVersion 21 targetSdkVersion 34 - versionCode 1115 - versionName "0.11.15" + versionCode 1116 + versionName "0.11.16" ndkVersion '21.3.6528147' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables.useSupportLibrary = true @@ -102,7 +102,7 @@ dependencies { implementation 'com.github.jeancsanchez:jcplayer:2.7.2' - implementation "com.google.dagger:hilt-android:2.44" + 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'