Skip to content

Instantly share code, notes, and snippets.

@vestrel00
Created July 25, 2017 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vestrel00/46c2efec7f51f86ea8aa7b85ad224695 to your computer and use it in GitHub Desktop.
Save vestrel00/46c2efec7f51f86ea8aa7b85ad224695 to your computer and use it in GitHub Desktop.
A: 2 - app/build.gradle
dependencies {
def daggerVersion = '2.11'
annotationProcessor "com.google.dagger:dagger-compiler:$daggerVersion"
annotationProcessor "com.google.dagger:dagger-android-processor:$daggerVersion"
compile "com.google.dagger:dagger:$daggerVersion"
compile "com.google.dagger:dagger-android:$daggerVersion"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment