You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.
The text was updated successfully, but these errors were encountered:
trietbui85
changed the title
Add Proguard config for AndroidQuery (https://github.com/androidquery/androidquery)
Add Proguard config for AndroidQuery
Dec 24, 2014
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/androidquery/androidquery
The text was updated successfully, but these errors were encountered: