Skip to content

Commit fa0e718

Browse files
authored
Merge pull request #240 from Crazy-Marvin/dependabot/gradle/com.google.dagger-hilt-android-2.59.2
Bump com.google.dagger:hilt-android from 2.57.1 to 2.59.2
2 parents d38dfe7 + 48141d3 commit fa0e718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ dependencies {
199199
implementation("com.mikepenz:aboutlibraries:13.1.0")
200200

201201
//Dagger-hilt
202-
implementation ("com.google.dagger:hilt-android:2.57.1")
203-
ksp ("com.google.dagger:hilt-android-compiler:2.57.1")
202+
implementation ("com.google.dagger:hilt-android:2.59.2")
203+
ksp ("com.google.dagger:hilt-android-compiler:2.59.2")
204204
ksp ("androidx.hilt:hilt-compiler:1.2.0")
205205

206206
//ffmpeg

0 commit comments

Comments
 (0)