diff options
author | cyBerta <cyberta@riseup.net> | 2020-12-29 14:38:43 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2020-12-29 14:38:43 +0100 |
commit | 4487985ea1589ab8d32330c22dac2e65cbede0bf (patch) | |
tree | b48998fd48b04864944643e16d8790b8a35547af /app/build.gradle | |
parent | fd81f2e14e36adb59d534df257e6ba2262cc362f (diff) |
update butterknife probably a last time
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle index 0b3403ff..5d54f3da 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -365,9 +365,9 @@ dependencies { debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.2' releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.2' betaImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.2' - annotationProcessor 'com.jakewharton:butterknife:6.1.0' + annotationProcessor 'com.jakewharton:butterknife-compiler:10.2.3' annotationProcessor 'com.squareup.dagger:dagger-compiler:1.2.2' - implementation 'com.jakewharton:butterknife:6.1.0' + implementation 'com.jakewharton:butterknife:10.2.1' //TODO: replace that library compileOnly 'com.squareup.dagger:dagger-compiler:1.2.2' implementation 'com.github.pedrovgs:renderers:1.5' |