Skip to content

Commit

Permalink
Merge pull request #2239 from openMF/dependabot/gradle/com.google.dag…
Browse files Browse the repository at this point in the history
…ger-hilt-android-compiler-2.47

Bump com.google.dagger:hilt-android-compiler from 2.44 to 2.47
  • Loading branch information
jawidMuhammadi authored Aug 1, 2023
2 parents 933db04 + dc9bf8f commit 0e8c1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ dependencies {

// Hilt
implementation("com.google.dagger:hilt-android:2.44")
kapt("com.google.dagger:hilt-android-compiler:2.44")
kapt("com.google.dagger:hilt-android-compiler:2.47")

}
apply plugin: 'com.google.gms.google-services'

0 comments on commit 0e8c1a3

Please sign in to comment.