Created
October 10, 2016 16:33
-
-
Save SeongUgJung/69a8b5b4130d13168a3f4ef261f54423 to your computer and use it in GitHub Desktop.
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
// 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