Closed
Description
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
Labels
No labels