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

Sticky ScrollView not working after build with Progaurd #15

Closed
venkatsaravanan opened this issue Mar 21, 2014 · 3 comments
Closed

Sticky ScrollView not working after build with Progaurd #15

venkatsaravanan opened this issue Mar 21, 2014 · 3 comments

Comments

@venkatsaravanan
Copy link

Hello,
StickyScrollview working fine when run on devices, but it not working when i generate a build with progaurd. please give some solution
note: i also tired this below one
-keep class com.emilsjolander.* { ; } -dontwarn com.emilsjolander.

@parkin
Copy link
Contributor

parkin commented Mar 21, 2014

What do you mean by not working?

Also, I've used the library successfully with Proguard without doing anything special. so it's possible.

@emilsjolander
Copy link
Owner

if you tell progaurd to ignore at of the classes within StickyScrollViewItems you really should not have any problems. It should work without ignoring to though. My guess is that something is wrong in your configuration as it works fine for others

@venkatsaravanan
Copy link
Author

Thanks for your mail, now it's working

Sent from my iPhone

On 01-Jun-2014, at 12:18 am, Emil Sjölander notifications@github.com wrote:

if you tell progaurd to ignore at of the classes within StickyScrollViewItems you really should not have any problems. It should work without ignoring to though. My guess is that something is wrong in your configuration as it works fine for others


Reply to this email directly or view it on GitHub.

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