Bump butterknife from 10.2.1 to 10.2.2

Bumps [butterknife](https://github.com/JakeWharton/butterknife) from 10.2.1 to 10.2.2.
- [Release notes](https://github.com/JakeWharton/butterknife/releases)
- [Changelog](https://github.com/JakeWharton/butterknife/blob/master/CHANGELOG.md)
- [Commits](https://github.com/JakeWharton/butterknife/compare/10.2.1...10.2.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
dependabot-preview[bot] 2020-08-04 14:09:21 +00:00 committed by tobiasKaminsky
parent 54adf9823e
commit a361df0b4c
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7
2 changed files with 4 additions and 3 deletions

View file

@ -62,6 +62,7 @@ ext {
daggerVersion = "2.28.3" daggerVersion = "2.28.3"
markwonVersion = "4.4.0" markwonVersion = "4.4.0"
prismVersion = "2.0.0" prismVersion = "2.0.0"
butterknifeVersion = "10.2.2"
androidLibraryVersion = "master-SNAPSHOT" androidLibraryVersion = "master-SNAPSHOT"
travisBuild = System.getenv("TRAVIS") == "true" travisBuild = System.getenv("TRAVIS") == "true"
@ -299,8 +300,8 @@ dependencies {
implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7 implementation 'com.github.albfernandez:juniversalchardet:2.0.3' // need this version for Android <7
compileOnly 'com.google.code.findbugs:annotations:2.0.1' compileOnly 'com.google.code.findbugs:annotations:2.0.1'
implementation 'commons-io:commons-io:2.7' implementation 'commons-io:commons-io:2.7'
implementation 'com.jakewharton:butterknife:10.2.1' implementation "com.jakewharton:butterknife:$butterknifeVersion"
kapt 'com.jakewharton:butterknife-compiler:10.2.2' kapt "com.jakewharton:butterknife-compiler:$butterknifeVersion"
implementation 'org.greenrobot:eventbus:3.2.0' implementation 'org.greenrobot:eventbus:3.2.0'
implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.0' implementation 'com.googlecode.ez-vcard:ez-vcard:0.11.0'
implementation 'org.lukhnos:nnio:0.2' implementation 'org.lukhnos:nnio:0.2'

View file

@ -59,7 +59,7 @@
<issue id="ObsoleteLintCustomCheck" severity="warning"> <issue id="ObsoleteLintCustomCheck" severity="warning">
<ignore path="**/fragment-1.2.5/**/lint.jar" /> <ignore path="**/fragment-1.2.5/**/lint.jar" />
<ignore path="**/work-runtime-2.**/**/lint.jar" /> <ignore path="**/work-runtime-2.**/**/lint.jar" />
<ignore path="**/jetified-butterknife-runtime-10.2.1/**/lint.jar" /> <ignore path="**/jetified-butterknife-runtime-10.**/**/lint.jar" />
<ignore path="**/jetified-dagger-lint-aar-2.28.**/**/lint.jar" /> <ignore path="**/jetified-dagger-lint-aar-2.28.**/**/lint.jar" />
</issue> </issue>
</lint> </lint>