mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Remove dependency to Butterknife
This commit is contained in:
parent
75ec9ba3d9
commit
838340bbc8
3 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
||||
|
|
|
@ -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/>
|
||||
|
|
Loading…
Reference in a new issue