We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f188199 commit 4e03e26Copy full SHA for 4e03e26
catalog/build.gradle
@@ -8,12 +8,12 @@ dependencies {
8
}
9
10
11
- api 'com.google.dagger:dagger:2.45'
+ api 'com.google.dagger:dagger:2.46.1'
12
annotationProcessor 'com.google.dagger:dagger-compiler:2.46'
13
14
- api 'com.google.dagger:dagger-android:2.45'
+ api 'com.google.dagger:dagger-android:2.46.1'
15
api 'com.google.dagger:dagger-android-support:2.46'
16
- annotationProcessor 'com.google.dagger:dagger-android-processor:2.45'
+ annotationProcessor 'com.google.dagger:dagger-android-processor:2.46.1'
17
18
api 'androidx.multidex:multidex:2.0.1'
19
api 'androidx.constraintlayout:constraintlayout:2.1.0'
0 commit comments