File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ dependencies {
8888 implementation(" androidx.glance:glance-appwidget:$glanceVersion " )
8989
9090 // Hilt
91- val hiltVersion = " 2.40.5 "
91+ val hiltVersion = " 2.41 "
9292 val hiltJetpackVersion = " 1.0.0"
9393 implementation(" com.google.dagger:hilt-android:$hiltVersion " )
9494
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 api(project(" :data:entity" ))
1616
1717 // Hilt
18- val hiltVersion = " 2.40.5 "
18+ val hiltVersion = " 2.41 "
1919 val hiltJetpackVersion = " 1.0.0"
2020 implementation(" com.google.dagger:hilt-android:$hiltVersion " )
2121
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android {
1313dependencies {
1414
1515 // Hilt
16- val hiltVersion = " 2.40.5 "
16+ val hiltVersion = " 2.41 "
1717 val hiltJetpackVersion = " 1.0.0"
1818 implementation(" com.google.dagger:hilt-android:$hiltVersion " )
1919
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
1515 api(project(" :data:api" ))
1616
1717 // Hilt
18- val hiltVersion = " 2.40.5 "
18+ val hiltVersion = " 2.41 "
1919 val hiltJetpackVersion = " 1.0.0"
2020 implementation(" com.google.dagger:hilt-android:$hiltVersion " )
2121
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
1616 testImplementation(project(" :testing" ))
1717
1818 // Hilt
19- val hiltVersion = " 2.40.5 "
19+ val hiltVersion = " 2.41 "
2020 val hiltJetpackVersion = " 1.0.0"
2121 implementation(" com.google.dagger:hilt-android:$hiltVersion " )
2222
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ android {
1313dependencies {
1414
1515 // Hilt
16- val hiltVersion = " 2.40.5 "
16+ val hiltVersion = " 2.41 "
1717 val hiltJetpackVersion = " 1.0.0"
1818 implementation(" com.google.dagger:hilt-android:$hiltVersion " )
1919
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ dependencies {
6565 implementation(" androidx.datastore:datastore-preferences:1.0.0" )
6666
6767 // Hilt
68- val hiltVersion = " 2.40.5 "
68+ val hiltVersion = " 2.41 "
6969 val hiltJetpackVersion = " 1.0.0"
7070 implementation(" com.google.dagger:hilt-android:$hiltVersion " )
7171 implementation(" androidx.hilt:hilt-navigation-compose:1.0.0" )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies {
2121 testImplementation(project(" :testing" ))
2222
2323 // Hilt
24- val hiltVersion = " 2.40.5 "
24+ val hiltVersion = " 2.41 "
2525 val hiltJetpackVersion = " 1.0.0"
2626 implementation(" com.google.dagger:hilt-android:$hiltVersion " )
2727
You can’t perform that action at this time.
0 commit comments