Skip to content

Commit

Permalink
actions: bump com.google.dagger:hilt-android to 2.48.1 (fixes #2639) (
Browse files Browse the repository at this point in the history
#2559)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dogi <[email protected]>
  • Loading branch information
dependabot[bot] and dogi authored Oct 25, 2023
1 parent 4308bb6 commit bb7a8fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit bb7a8fd

Please sign in to comment.