fikisipi / SmartCache

A library for preloaded Retrofit responses.
Apache License 2.0
78 stars 16 forks source link

upgrade to com.squareup.retrofit2:retrofit:2.2.0 #4

Closed ejbp closed 3 years ago

ejbp commented 7 years ago

It seems you're using retrofit2 beta. Please upgrade to com.squareup.retrofit2:retrofit:2.2.0, otherwise it will not work with stable retrofit version.

Thanks

fikisipi commented 7 years ago

Hi, I upgraded the whole codebase, and now with 8c1045e the tests pass.

Would you mind trying

dependencies {
    compile 'com.github.dimitrovskif:SmartCache:8c1045e'
}

and give me feedback if works well enough. Once I'm confident in its stability, I will create a GitHub release (v0.2).

peter1408 commented 6 years ago

can i use this above codebase ? or just out of concern !!! when will u be releasing the stable build ????

fikisipi commented 3 years ago

@ejbp Upgraded to 2.9.0 :) The owner of the repo is changed as well.