Dependency on OkHttp 3.14 forces a minSdkVersion bump
jhansche opened this issue · 3 comments
Parse-SDK-Android specifically locks the version to < 3.13, because OkHttp 3.13 increases their minSdkVersion to 21 (Android 5.0). https://github.com/parse-community/Parse-SDK-Android/blob/master/parse/build.gradle#L31-L32
But #105 updated the OkHttp version to 3.14. I think the OkHttp version should be aligned between the two (might be resolved if/when #112 is completed), and if LiveQuery doesn't have a specific need for OkHttp 3.13, it should be similar locked to 3.12 for the same reason.
Good catch. This was a mistake when it was updated and we reverted it back in Parse-SDK-Android. Feel free to make a PR rolling this one back, or I can make one later today.
For reference, the Parse-SDK-Android issue pointing out the same: parse-community/Parse-SDK-Android#1005
And the commit that rolled it back: parse-community/Parse-SDK-Android@11feb41
I'll push a PR for this shortly