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
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?
The text was updated successfully, but these errors were encountered:
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.* { *; }
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?
The text was updated successfully, but these errors were encountered: