Skip to content

Commit

Permalink
actions: bump com.google.dagger:hilt-android to 2.49 (fixes #2783) (#…
Browse files Browse the repository at this point in the history
…2768)

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 Dec 4, 2023
1 parent 7a679e4 commit 531d551
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 1175
versionName "0.11.75"
versionCode 1176
versionName "0.11.76"
ndkVersion '21.3.6528147'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
Expand Down Expand Up @@ -102,8 +102,8 @@ dependencies {

implementation 'com.github.jeancsanchez:jcplayer:2.7.2'

implementation "com.google.dagger:hilt-android:2.48.1"
kapt "com.google.dagger:hilt-android-compiler:2.48.1"
implementation "com.google.dagger:hilt-android:2.49"
kapt "com.google.dagger:hilt-android-compiler:2.49"

implementation 'com.mikepenz:crossfader:1.6.0@aar'
implementation 'com.mikepenz:crossfadedrawerlayout:1.1.0@aar'
Expand Down

0 comments on commit 531d551

Please sign in to comment.