Skip to content

Instantly share code, notes, and snippets.

@vincent-paing
Created September 25, 2016 06:12
Show Gist options
  • Save vincent-paing/eedc4bd673ef16db5773e6489fc6f731 to your computer and use it in GitHub Desktop.
Save vincent-paing/eedc4bd673ef16db5773e6489fc6f731 to your computer and use it in GitHub Desktop.
Add Dependcy for Logging Interceptor
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
//Retrofit
compile 'com.squareup.retrofit2:retrofit:2.1.0'
compile 'com.squareup.retrofit2:converter-gson:2.1.0'
compile 'com.squareup.okhttp3:logging-interceptor:3.3.1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment