We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure what proguard does, but it interferes with this library and causes error when creating a session (e.g. before scan wifi list).
The text was updated successfully, but these errors were encountered:
If someone still needs this, try with this:
-dontwarn com.espressif.provisioning.** -dontwarn espressif.** -keep class com.espressif.provisioning.** {*;} -keepclassmembers class com.espressif.provisioning.** {*;} -keep class espressif.** {*;} -keepclassmembers class espressif.** {*;} -keep interface com.espressif.provisioning.** {*;} -keep interface espressif.** {*;} -keep public enum com.espressif.provisioning.** {*;} -keep public enum espressif.** {*;}
Originally posted by @astimac in espressif/esp-idf-provisioning-android#68 (comment)
Sorry, something went wrong.
fix(#50): add proguard rules and directive in build.gradle
c8056f0
6864c8e
fix(#50): add proguard rules and directive in build.gradle (#58)
e003a3e
Successfully merging a pull request may close this issue.
I'm not sure what proguard does, but it interferes with this library and causes error when creating a session (e.g. before scan wifi list).
The text was updated successfully, but these errors were encountered: