Created
May 27, 2017 09:02
-
-
Save kalvian1060/48988733c3c6e21c6c02ba2ef1bdd876 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
dependencies { | |
compile fileTree(dir: 'libs', include: ['*.jar']) | |
compile 'com.android.support:appcompat-v7:25.3.1' | |
//retrofit | |
compile 'com.squareup.retrofit2:retrofit:2.3.0' | |
//butterknife | |
compile 'com.jakewharton:butterknife:8.6.0' | |
annotationProcessor 'com.jakewharton:butterknife-compiler:8.6.0' | |
//gson | |
// retrofit, gson | |
compile 'com.google.code.gson:gson:2.6.2' | |
compile 'com.squareup.retrofit2:converter-gson:2.0.2' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment