Update to Butterknife 7

This commit is contained in:
Karim Abou Zeid 2015-07-15 15:53:03 +02:00
commit e5f0e6a6c8
15 changed files with 111 additions and 108 deletions

View file

@ -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'
}