Skip to content

Instantly share code, notes, and snippets.

@SeongUgJung
Created October 10, 2016 16:33
Show Gist options
  • Save SeongUgJung/69a8b5b4130d13168a3f4ef261f54423 to your computer and use it in GitHub Desktop.
Save SeongUgJung/69a8b5b4130d13168a3f4ef261f54423 to your computer and use it in GitHub Desktop.
// app 의 build.gradle
apply plugin: 'com.android.application'
dependencies {
// 라이브러리 60개
compile rootProject.ext.dependencies.library.retrofit2
compile rootProject.ext.dependencies.library.retrofit2_gson
compile rootProject.ext.dependencies.library.retrofit2_rxjava2
}
android {
// 중략
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment