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

Proguard setup #43

Closed
danielgomezrico opened this issue May 15, 2015 · 2 comments
Closed

Proguard setup #43

danielgomezrico opened this issue May 15, 2015 · 2 comments

Comments

@danielgomezrico
Copy link

I have minifyEnabled on my project and I get:

Warning:com.malinskiy.superrecyclerview.SwipeDismissRecyclerViewTouchListener$1: can't find referenced class com.malinskiy.superrecyclerview.SwipeDismissRecyclerViewTouchListener
Warning:com.malinskiy.superrecyclerview.SwipeDismissRecyclerViewTouchListener$DismissCallbacks: can't find referenced class com.malinskiy.superrecyclerview.SwipeDismissRecyclerViewTouchListener

Can you show me a proguard setup to use this library?

@danielgomezrico
Copy link
Author

I added

-dontwarn com.malinskiy.superrecyclerview.SwipeDismissRecyclerViewTouchListener*

And now it works.

@Malinskiy
Copy link
Owner

Thanks @danielgomezrico! Added this to README

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