summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2020-12-29 14:38:43 +0100
committercyBerta <cyberta@riseup.net>2020-12-29 14:38:43 +0100
commit4487985ea1589ab8d32330c22dac2e65cbede0bf (patch)
treeb48998fd48b04864944643e16d8790b8a35547af /app/build.gradle
parentfd81f2e14e36adb59d534df257e6ba2262cc362f (diff)
update butterknife probably a last time
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
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'