Skip to content

Instantly share code, notes, and snippets.

@shelajev
Created January 15, 2016 16:15
Show Gist options
  • Select an option

  • Save shelajev/4c9ec9d203ae7dcec130 to your computer and use it in GitHub Desktop.

Select an option

Save shelajev/4c9ec9d203ae7dcec130 to your computer and use it in GitHub Desktop.
retrofit2-retrofit-dependencies.groovy
compile ‘com.squareup.retrofit2:retrofit:2.0.0-beta2’
compile ‘com.squareup.retrofit2:gson-converter:2.0.0-beta2’
@TimonDL
Copy link

TimonDL commented Jan 19, 2016

You make a mistake in connecting the gson converter

compile 'com.squareup.retrofit2:converter-gson:2.0.0-beta2'

And now available beta3 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment