Skip to content

Commit

Permalink
build(deps): bump androidx.hilt:hilt-compiler from 1.1.0-rc01 to 1.1.0 (
Browse files Browse the repository at this point in the history
#263)

Bumps androidx.hilt:hilt-compiler from 1.1.0-rc01 to 1.1.0.

---
updated-dependencies:
- dependency-name: androidx.hilt:hilt-compiler
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 5207ef0 commit 537337c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ dependencies {
val hiltVersion = "2.48.1"
implementation("com.google.dagger:hilt-android:$hiltVersion")
ksp("com.google.dagger:hilt-android-compiler:$hiltVersion")
ksp("androidx.hilt:hilt-compiler:1.1.0-rc01")
ksp("androidx.hilt:hilt-compiler:1.1.0")

// In-app review - Play Services
"gmsImplementation"("com.google.android.play:core:1.10.3")
Expand Down

0 comments on commit 537337c

Please sign in to comment.