Skip to content

Instantly share code, notes, and snippets.

@SeongUgJung
Created October 10, 2016 16:34
Show Gist options
  • Save SeongUgJung/c18d03f9b9923d106d535f00805233f7 to your computer and use it in GitHub Desktop.
Save SeongUgJung/c18d03f9b9923d106d535f00805233f7 to your computer and use it in GitHub Desktop.
// dependencies-app.gradle
repositories {
jcenter()
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile rootProject.ext.dependencies.library.retrofit2
compile rootProject.ext.dependencies.library.retrofit2_gson
compile rootProject.ext.dependencies.library.retrofit2_rxjava2
compile rootProject.ext.dependencies.library.okhttp3
compile rootProject.ext.dependencies.library.okhttp3_logging
compile rootProject.ext.dependencies.library.stetho_okhttp3
}
// app 의 build.gradle
apply from: 'dependencies-app.gradle'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment