Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ dependencies {
implementation("androidx.glance:glance-appwidget:$glanceVersion")

// Hilt
val hiltVersion = "2.41"
val hiltVersion = "2.42"
val hiltJetpackVersion = "1.0.0"
implementation("com.google.dagger:hilt-android:$hiltVersion")

Expand Down
2 changes: 1 addition & 1 deletion data/api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation(project(":domain:entity"))

// Hilt
val hiltVersion = "2.41"
val hiltVersion = "2.42"
val hiltJetpackVersion = "1.0.0"
implementation("com.google.dagger:hilt-android:$hiltVersion")

Expand Down
2 changes: 1 addition & 1 deletion data/repository/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
implementation(project(":domain:repository"))

// Hilt
val hiltVersion = "2.41"
val hiltVersion = "2.42"
val hiltJetpackVersion = "1.0.0"
implementation("com.google.dagger:hilt-android:$hiltVersion")

Expand Down
2 changes: 1 addition & 1 deletion domain/entity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ android {
dependencies {

// Hilt
val hiltVersion = "2.41"
val hiltVersion = "2.42"
val hiltJetpackVersion = "1.0.0"
implementation("com.google.dagger:hilt-android:$hiltVersion")

Expand Down
2 changes: 1 addition & 1 deletion domain/repository/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
api(project(":domain:entity"))

// Hilt
val hiltVersion = "2.41"
val hiltVersion = "2.42"
val hiltJetpackVersion = "1.0.0"
implementation("com.google.dagger:hilt-android:$hiltVersion")

Expand Down
2 changes: 1 addition & 1 deletion domain/usecase/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
implementation(project(":domain:repository"))

// Hilt
val hiltVersion = "2.41"
val hiltVersion = "2.42"
val hiltJetpackVersion = "1.0.0"
implementation("com.google.dagger:hilt-android:$hiltVersion")

Expand Down
2 changes: 1 addition & 1 deletion testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ android {
dependencies {

// Hilt
val hiltVersion = "2.41"
val hiltVersion = "2.42"
val hiltJetpackVersion = "1.0.0"
implementation("com.google.dagger:hilt-android:$hiltVersion")

Expand Down
2 changes: 1 addition & 1 deletion ui/view/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
implementation("androidx.datastore:datastore-preferences:1.0.0")

// Hilt
val hiltVersion = "2.41"
val hiltVersion = "2.42"
val hiltJetpackVersion = "1.0.0"
implementation("com.google.dagger:hilt-android:$hiltVersion")
implementation("androidx.hilt:hilt-navigation-compose:1.0.0")
Expand Down
2 changes: 1 addition & 1 deletion ui/viewModel/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
testImplementation(project(":testing"))

// Hilt
val hiltVersion = "2.41"
val hiltVersion = "2.42"
val hiltJetpackVersion = "1.0.0"
implementation("com.google.dagger:hilt-android:$hiltVersion")

Expand Down