Skip to content

[Critical] Toast not visible on production if your app enabled proguard #553

Open
@EArminjon

Description

@EArminjon

Package documentation should mention this, if an app use proguard and don't add this rule, then Toasts will only work on debug and not on release mode.

-keep class io.github.ponnamkarthik.toast.** { *; }

I didn't know if a package can automatically add missing stuff inside proguard file, so that's why i ask to mention that in doc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions