2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +00:00

Request v10.2.1 of the butterknife runtime dependency

Note that there haven't been any updates to 'butterknife-compiler' since
the 10.0.0 release.
This commit is contained in:
Philip Cohn-Cort
2020-03-11 01:47:20 -04:00
parent 2c4274ed2a
commit 51b5989183

View File

@@ -97,7 +97,8 @@ dependencies {
//implementation('com.github.bright:slf4android:0.1.6') { transitive = true } // For org.apache.sshd debugging
implementation 'com.madgag.spongycastle:bcpkix-jdk15on:1.58.0.0' //For SSL certificate generation
implementation 'com.jakewharton:butterknife:10.0.0'
//noinspection AnnotationProcessorOnCompilePath - c.f. https://issuetracker.google.com/issues/140881211
implementation 'com.jakewharton:butterknife:10.2.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:10.0.0'
implementation 'org.atteo.classindex:classindex:3.6'