Created
October 25, 2016 11:02
-
-
Save mplacona/500e7c4450d2d3efc1f9ed8849c9c0f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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