Remove dependency to Butterknife

This commit is contained in:
Benoit Marty 2020-12-15 20:33:55 +01:00
parent 75ec9ba3d9
commit 838340bbc8
3 changed files with 0 additions and 12 deletions

View file

@ -109,9 +109,6 @@ import retrofit2\.adapter\.rxjava\.HttpException
### This is generally not necessary, no need to reset the padding if there is no drawable
setCompoundDrawablePadding\(0\)
### Deprecated use class form SDK API 26
ButterKnife\.findById\(
# Change thread with Rx
# DISABLED
#runOnUiThread

View file

@ -386,10 +386,6 @@ dependencies {
implementation 'com.otaliastudios:autocomplete:1.1.0'
// Butterknife
implementation 'com.jakewharton:butterknife:10.2.0'
kapt 'com.jakewharton:butterknife-compiler:10.2.0'
// Shake detection
implementation 'com.squareup:seismic:1.0.2'

View file

@ -312,11 +312,6 @@ SOFTWARE.
<br/>
Copyright (c) 2017
</li>
<li>
<b>Butterknife</b>
<br/>
Copyright 2013 Jake Wharton
</li>
<li>
<b>seismic</b>
<br/>