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

Commit 0eb1a91

Browse files
Bump com.google.dagger:hilt-android-compiler from 2.44.2 to 2.45 (#103)
Bumps [com.google.dagger:hilt-android-compiler](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-compiler 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 7b7a419 commit 0eb1a91

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
@@ -181,7 +181,7 @@ dependencies {
181181
implementation("androidx.hilt:hilt-navigation-compose:1.0.0")
182182
implementation("androidx.hilt:hilt-work:1.0.0")
183183
implementation("com.google.dagger:hilt-android:2.45")
184-
kapt("com.google.dagger:hilt-android-compiler:2.44.2")
184+
kapt("com.google.dagger:hilt-android-compiler:2.45")
185185

186186
// Navigation
187187
implementation("androidx.navigation:navigation-compose:2.5.3")

0 commit comments

Comments
 (0)