Skip to content

Instantly share code, notes, and snippets.

@Rexee
Last active April 25, 2016 15:41
Show Gist options
  • Save Rexee/aea4fae4f795a173272e5cbcd2d7c0bc to your computer and use it in GitHub Desktop.
Save Rexee/aea4fae4f795a173272e5cbcd2d7c0bc to your computer and use it in GitHub Desktop.
Common imports
buildscript {
dependencies {
classpath "io.realm:realm-gradle-plugin:0.88.3"
}
}
apply plugin: 'realm-android'
compile 'com.jakewharton:butterknife:7.0.1'
compile 'com.squareup.retrofit2:retrofit:2.0.1'
compile 'com.squareup.retrofit2:converter-gson:2.0.1'
compile 'com.squareup.retrofit2:adapter-rxjava:2.0.1'
compile 'com.squareup.okhttp3:okhttp:3.2.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.2.0'
compile 'com.google.code.gson:gson:2.6.2'
compile 'org.parceler:parceler-api:1.0.4'
apt 'org.parceler:parceler:1.0.4'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment