Skip to content

Instantly share code, notes, and snippets.

@SeongUgJung
Created October 10, 2016 16:31
Show Gist options
  • Save SeongUgJung/239ace58a732da713545c68a1ae765c6 to your computer and use it in GitHub Desktop.
Save SeongUgJung/239ace58a732da713545c68a1ae765c6 to your computer and use it in GitHub Desktop.
// build.gradle
ext {
retrofit = '2.1.0'
}
ext.dependencies = [
retrofit2 : "com.squareup.retrofit2:retrofit:$ext.retrofit",
retrofit2_gson : "com.squareup.retrofit2:converter-gson:$ext.retrofit",
retrofit2_rxjava2 : "com.jakewharton.retrofit:retrofit2-rxjava2-adapter:$ext.retrofit_rxjava2",
]
buildscript {
// blah blah
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment