Add a robospice-retrofit2 module#459
Conversation
|
@mykolaj I looked into why these builds were failing and it looks like it's because you didn't push the changes to your submodule for retrofit2. If you push the submodule changes first, followed by the main repo changes, it should work. |
|
@AliceHarrison OK, I'm going to need to refresh my memory a little about this issue, and will do everything from my side after that. |
|
@mykolaj Did you push the code with support of retrofit two? |
|
@SanyasiraoM Please follow a link to check out my repo with a demo on how Retrofit2 can be used with Robospice: https://github.com/mykolaj/Robospice-Retrofit2-sample // ---- BEGIN What you can do is to clone that sample, take '.jar' files from a 'libs' folder from here, and import // them into your own project. That's all for now. |
|
Thank you @mykolaj |
Add a robospice-retrofit2 module to be able to use Retrofit-2.0.0 and up with RoboSpice