Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

Commit 3619927

Browse files
Bump com.google.dagger:hilt-android from 2.44.2 to 2.45 (#101)
Bumps [com.google.dagger:hilt-android](https://github.com/google/dagger) from 2.44.2 to 2.45. - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](google/dagger@dagger-2.44.2...dagger-2.45) --- updated-dependencies: - dependency-name: com.google.dagger:hilt-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bed11e5 commit 3619927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ dependencies {
180180
// Hilt
181181
implementation("androidx.hilt:hilt-navigation-compose:1.0.0")
182182
implementation("androidx.hilt:hilt-work:1.0.0")
183-
implementation("com.google.dagger:hilt-android:2.44.2")
183+
implementation("com.google.dagger:hilt-android:2.45")
184184
kapt("com.google.dagger:hilt-android-compiler:2.44.2")
185185

186186
// Navigation

0 commit comments

Comments
 (0)