Skip to content

Dependency on OkHttp 3.14 forces a minSdkVersion bump #113

Closed
@jhansche

Description

@jhansche

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions