android-retrofuture icon indicating copy to clipboard operation
android-retrofuture copied to clipboard

[Question] lowest API Level for RetroFuture

Open anuchandy opened this issue 4 years ago • 1 comments

The library uses LockSupport.park(object) API reference, which is an API introduced in APILevel 9 Reference, I just want to double-check, this means we can use the library only if app's min-api >= 9, right?

anuchandy avatar Nov 13 '20 04:11 anuchandy

It was designed to run on "Ice Cream Sandwich", so API level 14 but has only been tested down to API level 15. Don't forget that it needs android-retrostreams as a dependency.

stefan-zobel avatar Nov 13 '20 09:11 stefan-zobel