Skip to content

Commit

Permalink
Update plugin com.google.dagger.hilt.android to v2.50 (#1687)
Browse files Browse the repository at this point in the history
* Update plugin com.google.dagger.hilt.android to v2.50

* Update build.gradle.kts

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Goooler <[email protected]>
  • Loading branch information
renovate[bot] and Goooler authored Dec 20, 2023
1 parent 00fb6dd commit fe0f5b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ licensee {

dependencies {
val lifecycleVersion = "2.6.2"
val hiltVersion = "2.49"
val hiltVersion = "2.50"

implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.core:core-ktx:1.12.0")
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.jetbrains.kotlin.android") version "1.9.21" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.21" apply false
id("com.google.devtools.ksp") version "1.9.21-1.0.16" apply false
id("com.google.dagger.hilt.android") version "2.49" apply false
id("com.google.dagger.hilt.android") version "2.50" apply false
id("app.cash.licensee") version "1.8.0" apply false
id("com.diffplug.spotless") version "6.23.3" apply false
id("org.gradle.android.cache-fix") version "3.0" apply false
Expand Down

0 comments on commit fe0f5b9

Please sign in to comment.