Skip to content

Instantly share code, notes, and snippets.

@mplacona
Created August 10, 2016 16:56
Show Gist options
  • Save mplacona/6f62e31827b40cbf9fda609e5c99df65 to your computer and use it in GitHub Desktop.
Save mplacona/6f62e31827b40cbf9fda609e5c99df65 to your computer and use it in GitHub Desktop.
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