File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ dependencies {
55 // Align kotlin versions
66 implementation(platform(" org.jetbrains.kotlin:kotlin-bom:1.8.22" ))
77
8- api ' com.google.dagger:dagger:2.46.1 '
9- annotationProcessor ' com.google.dagger:dagger-compiler:2.46.1 '
8+ api ' com.google.dagger:dagger:2.47 '
9+ annotationProcessor ' com.google.dagger:dagger-compiler:2.47 '
1010
11- api ' com.google.dagger:dagger-android:2.46.1 '
12- api ' com.google.dagger:dagger-android-support:2.46.1 '
13- annotationProcessor ' com.google.dagger:dagger-android-processor:2.46.1 '
11+ api ' com.google.dagger:dagger-android:2.47 '
12+ api ' com.google.dagger:dagger-android-support:2.47 '
13+ annotationProcessor ' com.google.dagger:dagger-android-processor:2.47 '
1414
1515 api ' androidx.multidex:multidex:2.0.1'
1616 api ' androidx.constraintlayout:constraintlayout:2.1.0'
You can’t perform that action at this time.
0 commit comments