Last active
April 25, 2016 15:41
-
-
Save Rexee/aea4fae4f795a173272e5cbcd2d7c0bc to your computer and use it in GitHub Desktop.
Common imports
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
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