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

Proguard #21

Closed
ghost opened this issue Nov 19, 2019 · 3 comments
Closed

Proguard #21

ghost opened this issue Nov 19, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Nov 19, 2019

i have implement this library in my entire project. but i have also added proguard in app.

When i used sign apk it's not working...

Can you please share proguard rules for that .

Waiting for your quick replay.

Thanks

@mirrajabi
Copy link
Owner

Hey,
Do you have any crashlogs? How do you know this library is causing the issue?

@ghost
Copy link
Author

ghost commented Nov 20, 2019

it's not crashing. but when we use proguard it's does't open search dialog when i click on it.

just implement proguard in your sample and check it if possible. and if you can invest time for this.

@mirrajabi
Copy link
Owner

I enabled proguard with no extra setup in debug mode:


android {
    ...
    buildTypes {
        debug {
            minifyEnabled true
            proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
        }
       ...
    }
    ...
}

and I cannot reproduce the issue.

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

1 participant