Last active
August 3, 2017 20:35
-
-
Save vestrel00/b6fb30690243a80800aaf880348a0d0e to your computer and use it in GitHub Desktop.
B: 2 - app/build.gradle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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