robospice
robospice copied to clipboard
Update retrofit version
The retrofit extension uses version 1.6.1. Retrofit has been bumped to 1.9.0, with some nice new features and fixes.
Please may I know when is the next release scheduled?
I would also like this. Is it possible to do this manually? I need the interceptors..
@ChristianLJ if you are desperate for new Retrofit APIs you can try updating version on your own and using it keeping in mind that it might blow up things as it won't be an officially supported/tested setup.
Here is an example on how to accomplish that:
compile ('com.octo.android.robospice:robospice-retrofit:1.4.13') {
exclude group: 'com.squareup.retrofit', module: 'retrofit'
}
compile 'com.squareup.retrofit:retrofit:1.9.0'
This will though add only Retrofit APIs so if they are new to Retrofit then you will have to use them directly through Retrofit APIs and not through Robospice APIs.
@maciejpigulski i tried your approach and it seems to work without any problems. I will test it and come back. Thank you.
This works... I agree... But just wanted to understand what's the future prospects for this library? There isn't much activity in quite a while. Will this library be supported going forward?
I really like robospice, and would like to help keep it alive.
Yes me too. Thank you.