Update to Butterknife 7
This commit is contained in:
parent
c31c4017a8
commit
e5f0e6a6c8
15 changed files with 111 additions and 108 deletions
|
|
@ -66,6 +66,7 @@ android {
|
|||
}
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
disable 'InvalidPackage'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -96,5 +97,5 @@ dependencies {
|
|||
compile 'com.afollestad:material-dialogs:0.7.6.0'
|
||||
compile 'com.afollestad:material-cab:0.1.4'
|
||||
|
||||
compile 'com.jakewharton:butterknife:6.1.0'
|
||||
compile 'com.jakewharton:butterknife:7.0.1'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue