Skip to content

Instantly share code, notes, and snippets.

@prakashpun
Last active December 24, 2017 17:32
Show Gist options
  • Save prakashpun/ce92003dfa76fe8a66c880448606c245 to your computer and use it in GitHub Desktop.
Save prakashpun/ce92003dfa76fe8a66c880448606c245 to your computer and use it in GitHub Desktop.
dependencies for Retrofit and Picasso for image loading
dependencies {
...
compile "com.android.support:cardview-v7:26.1.0"
compile 'com.android.support:recyclerview-v7:26.1.0'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.squareup.retrofit2:retrofit:2.3.0'
compile 'com.squareup.retrofit2:converter-gson:2.3.0'
compile 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.1.0'
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment