Skip to content

Instantly share code, notes, and snippets.

@vestrel00
Last active August 3, 2017 20:35
Show Gist options
  • Save vestrel00/b6fb30690243a80800aaf880348a0d0e to your computer and use it in GitHub Desktop.
Save vestrel00/b6fb30690243a80800aaf880348a0d0e to your computer and use it in GitHub Desktop.
B: 2 - app/build.gradle
dependencies {
def butterKnifeVersion = '8.7.0'
annotationProcessor "com.jakewharton:butterknife-compiler:$butterKnifeVersion"
compile "com.jakewharton:butterknife:$butterKnifeVersion"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment