Skip to content

Commit 62ade3d

Browse files
Bump com.google.dagger:hilt-android-compiler from 2.55 to 2.59.2
Bumps [com.google.dagger:hilt-android-compiler](https://github.com/google/dagger) from 2.55 to 2.59.2. - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](google/dagger@dagger-2.55...dagger-2.59.2) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android-compiler dependency-version: 2.59.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c234ccb commit 62ade3d

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)