Last active
July 10, 2019 05:10
-
-
Save juliuscanute/a6beea108674560f1244b73a7a756e37 to your computer and use it in GitHub Desktop.
Retrofit Dependencies
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
| { | |
| //... | |
| //Backend Services Libraries | |
| implementation 'com.squareup.retrofit2:retrofit:2.2.0' | |
| implementation 'com.squareup.retrofit2:converter-moshi:2.2.0' | |
| //... | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment