Doesn't work with ProGuard
Mygod opened this issue · 4 comments
Mygod commented
I need to add these lines to make it work.
-keep class me.leolin.shortcutbadger.impl.AdwHomeBadger { <init>(...); }
-keep class me.leolin.shortcutbadger.impl.ApexHomeBadger { <init>(...); }
-keep class me.leolin.shortcutbadger.impl.AsusHomeLauncher { <init>(...); }
-keep class me.leolin.shortcutbadger.impl.DefaultBadger { <init>(...); }
-keep class me.leolin.shortcutbadger.impl.NewHtcHomeBadger { <init>(...); }
-keep class me.leolin.shortcutbadger.impl.NovaHomeBadger { <init>(...); }
-keep class me.leolin.shortcutbadger.impl.SolidHomeBadger { <init>(...); }
-keep class me.leolin.shortcutbadger.impl.SonyHomeBadger { <init>(...); }
-keep class me.leolin.shortcutbadger.impl.XiaomiHomeBadger { <init>(...); }
pepijntb commented
Had the same problem and this fixed it. Please add this to the readme.
yofu1234 commented
I see in the commits that they made changes to the proguard 3 days ago, has this issue been fixed?
pepijntb commented
It should be.
leolin310148 commented
@Mygod thanks.