I just tried enabeling proguard for the first time and by default my app will not find the AntRadioServices any more. I have added
-keep class com.dsi.ant.*
to my proguard.cfg file and that fixes the issue. I strongly susprect I can restrict this to somthing considerably smaller though.
Is there a recomended progaurd setup?