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

Commit 2ea6d5b

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

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")
183+
implementation("com.google.dagger:hilt-android:2.44.2")
184184
kapt("com.google.dagger:hilt-android-compiler:2.44.2")
185185

186186
// Navigation

0 commit comments

Comments
 (0)