mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 11:59:12 +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
|
### This is generally not necessary, no need to reset the padding if there is no drawable
|
||||||
setCompoundDrawablePadding\(0\)
|
setCompoundDrawablePadding\(0\)
|
||||||
|
|
||||||
### Deprecated use class form SDK API 26
|
|
||||||
ButterKnife\.findById\(
|
|
||||||
|
|
||||||
# Change thread with Rx
|
# Change thread with Rx
|
||||||
# DISABLED
|
# DISABLED
|
||||||
#runOnUiThread
|
#runOnUiThread
|
||||||
|
|
|
@ -386,10 +386,6 @@ dependencies {
|
||||||
|
|
||||||
implementation 'com.otaliastudios:autocomplete:1.1.0'
|
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
|
// Shake detection
|
||||||
implementation 'com.squareup:seismic:1.0.2'
|
implementation 'com.squareup:seismic:1.0.2'
|
||||||
|
|
||||||
|
|
|
@ -312,11 +312,6 @@ SOFTWARE.
|
||||||
<br/>
|
<br/>
|
||||||
Copyright (c) 2017
|
Copyright (c) 2017
|
||||||
</li>
|
</li>
|
||||||
<li>
|
|
||||||
<b>Butterknife</b>
|
|
||||||
<br/>
|
|
||||||
Copyright 2013 Jake Wharton
|
|
||||||
</li>
|
|
||||||
<li>
|
<li>
|
||||||
<b>seismic</b>
|
<b>seismic</b>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
Loading…
Reference in a new issue