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.
2 parents 5c43ba0 + 09709a8 commit e426898Copy full SHA for e426898
app/build.gradle
@@ -96,8 +96,8 @@ dependencies {
96
def butterknifeVersion = '10.2.3'
97
implementation "com.jakewharton:butterknife:10.2.3"
98
annotationProcessor "com.jakewharton:butterknife-compiler:10.2.3"
99
- implementation 'com.google.dagger:dagger:2.56.2'
100
- annotationProcessor "com.google.dagger:dagger-compiler:2.56.2"
+ implementation 'com.google.dagger:dagger:2.57'
+ annotationProcessor "com.google.dagger:dagger-compiler:2.57"
101
implementation 'com.github.bumptech.glide:glide:4.16.0'
102
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'
103
implementation 'jp.wasabeef:glide-transformations:4.3.0'
0 commit comments