We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d38dfe7 + 48141d3 commit fa0e718Copy full SHA for fa0e718
app/build.gradle.kts
@@ -199,8 +199,8 @@ dependencies {
199
implementation("com.mikepenz:aboutlibraries:13.1.0")
200
201
//Dagger-hilt
202
- implementation ("com.google.dagger:hilt-android:2.57.1")
203
- ksp ("com.google.dagger:hilt-android-compiler:2.57.1")
+ implementation ("com.google.dagger:hilt-android:2.59.2")
+ ksp ("com.google.dagger:hilt-android-compiler:2.59.2")
204
ksp ("androidx.hilt:hilt-compiler:1.2.0")
205
206
//ffmpeg
0 commit comments