Skip to content
New issue

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

***** WARNING: FOR ALL DEVELOPERS USING THIS PACKAGE ***** #97

Closed
realbitt opened this issue Mar 19, 2022 · 2 comments
Closed

***** WARNING: FOR ALL DEVELOPERS USING THIS PACKAGE ***** #97

realbitt opened this issue Mar 19, 2022 · 2 comments

Comments

@realbitt
Copy link

This package works fine in development environment and debug build, but application WILL NOT WORK after build Release so you can't run or upload application in google store, I find out this problem too late after I finished my application development, its too pain.

Don't waste your time

@realbitt realbitt changed the title ***** WARNING: FOR ALL DEVELOPER USING THIS PACKAGE ***** ***** WARNING: FOR ALL DEVELOPERS USING THIS PACKAGE ***** Mar 19, 2022
@huzaifa846
Copy link

@realbitt so is there any alternative plugin to use?

@ctrysbita
Copy link
Member

Fixed in v0.11.0. Just disable code & resource shinking.

android {
    ...
    buildTypes {
        ...
        release {
            ...
            shrinkResources false
            minifyEnabled false
            ...
        }
    }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants