Open GoogleCodeExporter opened 9 years ago
I totally have pro guard so far! I will deal with it soon!
Original comment by daniel.b...@gmail.com
on 7 Nov 2011 at 11:45
Never mind, I figured it out myself
The following proguard.cfg rules will solve the issue
-keep public class * extends
com.googlecode.android.widgets.DateSlider.labeler.YearLabeler
-keepclassmembers class
com.googlecode.android.widgets.DateSlider.labeler.YearLabeler{
public <init>(java.lang.String);
}
-keep public class * extends
com.googlecode.android.widgets.DateSlider.labeler.MonthLabeler
-keepclassmembers class
com.googlecode.android.widgets.DateSlider.labeler.MonthLabeler{
public <init>(java.lang.String);
}
-keep public class * extends
com.googlecode.android.widgets.DateSlider.labeler.Labeler
-keepclassmembers class
com.googlecode.android.widgets.DateSlider.labeler.Labeler{
public <init>(int, int);
}
Original comment by jos.zonn...@gmail.com
on 8 Nov 2011 at 7:08
Original issue reported on code.google.com by
jos.zonn...@gmail.com
on 20 Sep 2011 at 11:15