Skip to content

Commit

Permalink
Add proguard rule for ShortcutBadger now that they use reflection.
Browse files Browse the repository at this point in the history
// FREEBIE
  • Loading branch information
moxie0 committed May 8, 2015
1 parent e62528d commit 686be81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ android {
'proguard-spongycastle.pro',
'proguard-rounded-image-view.pro',
'proguard-glide.pro',
'proguard-shortcutbadger.pro',
'proguard.cfg'
}
release {
Expand All @@ -191,6 +192,7 @@ android {
'proguard-spongycastle.pro',
'proguard-rounded-image-view.pro',
'proguard-glide.pro',
'proguard-shortcutbadger.pro'
'proguard.cfg'
signingConfig signingConfigs.release
}
Expand Down
1 change: 1 addition & 0 deletions proguard-shortcutbadger.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-keep class me.leolin.shortcutbadger.** {*;}

0 comments on commit 686be81

Please sign in to comment.