mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-05-01 11:39:37 -05:00
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:
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user