Skip to content

Instantly share code, notes, and snippets.

@Marchuck
Last active September 26, 2015 10:49
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 Marchuck/ccdc3a36aca9733b1813 to your computer and use it in GitHub Desktop.
Save Marchuck/ccdc3a36aca9733b1813 to your computer and use it in GitHub Desktop.
gradle essentials
compile 'com.android.support:appcompat-v7:22.2.1'
compile 'com.android.support:recyclerview-v7:22.2.1'
compile 'com.android.support:support-annotations:23.0.1'
compile 'com.squareup.retrofit:retrofit:1.9.0'
compile 'io.reactivex:rxandroid:0.25.0'
compile 'io.reactivex:rxjava:1.0.10'
compile 'io.reactivex:rxjava-math:0.21.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment