robospice icon indicating copy to clipboard operation
robospice copied to clipboard

Update retrofit version

Open nkeskinov opened this issue 10 years ago • 6 comments

The retrofit extension uses version 1.6.1. Retrofit has been bumped to 1.9.0, with some nice new features and fixes.

nkeskinov avatar Jan 12 '15 09:01 nkeskinov

Please may I know when is the next release scheduled?

mariostallone avatar Feb 09 '15 05:02 mariostallone

I would also like this. Is it possible to do this manually? I need the interceptors..

leicht-io avatar Apr 03 '15 16:04 leicht-io

@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 avatar Apr 07 '15 07:04 maciejpigulski

@maciejpigulski i tried your approach and it seems to work without any problems. I will test it and come back. Thank you.

leicht-io avatar Apr 16 '15 21:04 leicht-io

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.

mariostallone avatar May 24 '15 20:05 mariostallone

Yes me too. Thank you.

leicht-io avatar May 25 '15 06:05 leicht-io