fix(deps): update dependency androidx.hilt:hilt-work to v1.2.0 (#804)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-03-02 07:35:54 +00:00
committed by GitHub
parent 7a113a72e5
commit 9849953829
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ dependencies {
// dependency injection
implementation("com.google.dagger:hilt-android:${Versions.hilt}")
kapt("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
implementation("androidx.hilt:hilt-work:1.0.0")
implementation("androidx.hilt:hilt-work:1.2.0")
// When using Kotlin.
kapt("androidx.hilt:hilt-compiler:1.2.0")
implementation("androidx.hilt:hilt-navigation-compose:1.2.0")
+1 -1
View File
@@ -53,7 +53,7 @@ dependencies {
// dependency injection
api("com.google.dagger:hilt-android:${Versions.hilt}")
kapt("com.google.dagger:hilt-android-compiler:${Versions.hilt}")
api("androidx.hilt:hilt-work:1.0.0")
api("androidx.hilt:hilt-work:1.2.0")
// When using Kotlin.
kapt("androidx.hilt:hilt-compiler:1.2.0")