Created
August 10, 2016 16:56
-
-
Save mplacona/6f62e31827b40cbf9fda609e5c99df65 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
apply plugin: 'com.android.application' | |
apply plugin: 'realm-android' | |
// other stuff commented out for brevity | |
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' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment