Skip to content

Instantly share code, notes, and snippets.

@kalvian1060
Created May 27, 2017 09:02
Show Gist options
  • Save kalvian1060/48988733c3c6e21c6c02ba2ef1bdd876 to your computer and use it in GitHub Desktop.
Save kalvian1060/48988733c3c6e21c6c02ba2ef1bdd876 to your computer and use it in GitHub Desktop.
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