Skip to content

Instantly share code, notes, and snippets.

@mplacona
Created October 25, 2016 11:02
Show Gist options
  • Save mplacona/500e7c4450d2d3efc1f9ed8849c9c0f1 to your computer and use it in GitHub Desktop.
Save mplacona/500e7c4450d2d3efc1f9ed8849c9c0f1 to your computer and use it in GitHub Desktop.
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:24.1.1'
compile 'com.android.support:design:24.1.1'
compile 'com.android.support:recyclerview-v7:24.1.1'
compile 'com.github.thorbenprimke:realm-recyclerview:0.9.23'
compile 'com.squareup.picasso:picasso:2.5.2'
compile 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.0.2'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment