Closed DennyWeinberg closed 3 years ago
It works when I comment minifyEnabled true
. But I don't want to publish an app without it!
Oh wow, I got it working with the following new line in my pro guard file:
-keep class com.what3words.** { *; }
Hi @DennyWeinberg
Thank you for flagging this. We'll add to the readme but are going to review the proguard setup first. Are you ok to close this issue?
That happens only in release variant. In debug it works. Gradle:
What am I doing wrong?
Call:
It logs the following when I built in release variant: xxx true xxx {} NullPointerException
In debug it works (I get my coordinates)
Proguard: