Created
August 30, 2019 21:02
-
-
Save harilee1325/68256a8189ebb40d83c22f3e245527b4 to your computer and use it in GitHub Desktop.
This file contains 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
implementation 'com.google.code.gson:gson:2.8.5' | |
implementation 'com.squareup.retrofit2:converter-gson:2.3.0' | |
implementation 'com.squareup.okhttp3:logging-interceptor:3.12.1' | |
implementation 'com.squareup.okhttp3:okhttp:3.12.1' | |
implementation 'com.squareup.retrofit2:retrofit:2.3.0' | |
implementation 'com.squareup.retrofit2:converter-scalars:2.3.0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment