Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Add Proguard config for AndroidQuery #16

Open
trietbui85 opened this issue Dec 24, 2014 · 1 comment
Open

Add Proguard config for AndroidQuery #16

trietbui85 opened this issue Dec 24, 2014 · 1 comment

Comments

@trietbui85
Copy link

https://github.com/androidquery/androidquery

@trietbui85 trietbui85 changed the title Add Proguard config for AndroidQuery (https://github.com/androidquery/androidquery) Add Proguard config for AndroidQuery Dec 24, 2014
@krschultz
Copy link
Owner

I don't have a project with AndroidQuery in it. Can you try the following configuration?

-keepclasseswithmembers class * {
    public <init>(android.content.Context, android.util.AttributeSet);
}

-keepclasseswithmembers class * {
    public <init>(android.content.Context, android.util.AttributeSet, int);
}

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

No branches or pull requests

2 participants