Skip to content

Commit

Permalink
fix(deps): update dependency com.google.dagger:hilt-android to v2.50
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 5, 2024
1 parent e0b44e8 commit 3363447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation 'androidx.appcompat:appcompat:1.6.1'

implementation "com.google.dagger:hilt-android:2.48"
implementation "com.google.dagger:hilt-android:2.50"
kapt "com.google.dagger:hilt-compiler:2.48"

implementation ("com.squareup.retrofit2:retrofit:$rootProject.retrofitVersion") {
Expand Down
2 changes: 1 addition & 1 deletion mifospay/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
runtimeOnly("androidx.compose.runtime:runtime:$compose_version")
debugImplementation "androidx.compose.ui:ui-tooling:$compose_version"

implementation "com.google.dagger:hilt-android:2.48"
implementation "com.google.dagger:hilt-android:2.50"
kapt "com.google.dagger:hilt-compiler:2.48"

implementation("com.squareup.retrofit2:retrofit:$rootProject.retrofitVersion") {
Expand Down

0 comments on commit 3363447

Please sign in to comment.