Skip to content

Instantly share code, notes, and snippets.

@fabiomsr
Created September 27, 2016 19:40
Show Gist options
  • Select an option

  • Save fabiomsr/69b95f26f1b0785251bfe2a62ffbdb43 to your computer and use it in GitHub Desktop.

Select an option

Save fabiomsr/69b95f26f1b0785251bfe2a62ffbdb43 to your computer and use it in GitHub Desktop.
Dependencies
dependencies {
compile ‘com.android.support:appcompat-v7:24.2.0’
compile ‘com.google.dagger:dagger:2.7’
apt ‘com.google.dagger:dagger-compile:2.7’
compile ‘io.reactivex:rxjava:1.2.0’
compile ‘io.reactivex:rxandroid:1.2.1’
compile ‘com.squareup.okhttp3:okhttp:3.4.1’
compile ‘com.google.code.gson:gson:2.7’
testCompile ‘junit:junit:4.12’
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment