iagocanalejas / retrocache

This library provides an easy way for configure retrofit for use a 2 layer cache (RAM and Disk)
Apache License 2.0
35 stars 7 forks source link

Can't resolve retrocache-rxjava2 gradle dependency. #12

Open grabble-greg opened 7 years ago

grabble-greg commented 7 years ago

Hi there,

If I use version 1.2 of RetroCache, I'm not able to resolve the RxJava2 adapter dependency. I have the dependencies declared in my gradle file like this:

compile 'com.github.iagocanalejas:retrocache:1.2' compile 'com.github.iagocanalejas:retrocache-rxjava2:1.2'

I've added JitPack to my repositories and the retrocache dependency resolves without a problem but retrocache-rxjava2 fails. I can't seem to find the retrocache-rxjava2 artifact on JitPack either.

Could this be because the artifact hasn't been published?

Thanks, Greg

iagocanalejas commented 7 years ago

You're right i will fix it tonight. Sorry and thanks for the report

iagocanalejas commented 7 years ago

Yeah you can't because it's not released yet. Tests are still failing and i'm out of time to fix the rxjava part of the library. I will try to find time to solve the problems soon. All PR are welcome.