Skip to content

Instantly share code, notes, and snippets.

@orip
Created August 7, 2013 13:00
Show Gist options
  • Select an option

  • Save orip/6173830 to your computer and use it in GitHub Desktop.

Select an option

Save orip/6173830 to your computer and use it in GitHub Desktop.
dagger in gradle
dependencies {
def dagger_version = "1.1.0"
compile "com.squareup.dagger:dagger:${dagger_version}"
compile "com.squareup.dagger:dagger-compiler:${dagger_version}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment