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 Rules for this library #32

Open
govindabhattar opened this issue Apr 20, 2017 · 2 comments
Open

Proguard Rules for this library #32

govindabhattar opened this issue Apr 20, 2017 · 2 comments

Comments

@govindabhattar
Copy link

Hello, need proguard rules for this library.Searched extensively & found these rules
-dontwarn org.joda.convert.**
-dontwarn org.joda.time.**
-keep class org.joda.time.** { ; }
-keep interface org.joda.time.
* { *; }

but when applied and when on tapping on date in weekCalendar view the selected date is not encircled.Any solution?

@ChintanRathod
Copy link

ChintanRathod commented Jun 25, 2017

Found solution. Use below rules.

#week calender
-dontwarn org.joda.**
-keep class org.joda.** { *; }
-keep interface org.joda.time.** { *; }
-keep class noman.** { *; }
-keep class org.joda.** { *; }

@shindeyy
Copy link

Working for me as well
#for week calender
-dontwarn org.joda.**
-keep class org.joda.** { ; }
-keep interface org.joda.time.
* { ; }
-keep class noman.
* { ; }
-keep class org.joda.
* { *; }

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