Created
January 15, 2016 16:15
-
-
Save shelajev/4c9ec9d203ae7dcec130 to your computer and use it in GitHub Desktop.
retrofit2-retrofit-dependencies.groovy
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
| compile ‘com.squareup.retrofit2:retrofit:2.0.0-beta2’ | |
| compile ‘com.squareup.retrofit2:gson-converter:2.0.0-beta2’ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You make a mistake in connecting the gson converter
compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta2'And now available beta3 ;)