Skip to content

Compiling with ProGuard #533

Closed
Closed
@danepowell

Description

@danepowell

I'm having no luck trying to compile a project depending on Parse with ProGuard.

When I set minifyEnabled to true in the project, I get dozens of warnings related to OkHttp:

Warning:com.parse.ParseOkHttpClient: can't find referenced class okhttp3.OkHttpClient

My understanding is that these warnings should have been fixed in #414, as long as I'm using the AAR dependency, which I'm pretty sure I am (in app/build.gradle):

compile 'com.parse:parse-android:1.13.1@aar'

Oddly, even if I copy Parse's proguard rules to my own app, the warnings still show up.

I'm at a loss for how to continue debugging this. Can anyone help?

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