mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-23 16:37:30 +00:00
Add proguard rule for ShortcutBadger now that they use reflection.
// FREEBIE
This commit is contained in:
parent
e62528d3e2
commit
686be81226
@ -176,6 +176,7 @@ android {
|
||||
'proguard-spongycastle.pro',
|
||||
'proguard-rounded-image-view.pro',
|
||||
'proguard-glide.pro',
|
||||
'proguard-shortcutbadger.pro',
|
||||
'proguard.cfg'
|
||||
}
|
||||
release {
|
||||
@ -191,6 +192,7 @@ android {
|
||||
'proguard-spongycastle.pro',
|
||||
'proguard-rounded-image-view.pro',
|
||||
'proguard-glide.pro',
|
||||
'proguard-shortcutbadger.pro'
|
||||
'proguard.cfg'
|
||||
signingConfig signingConfigs.release
|
||||
}
|
||||
|
1
proguard-shortcutbadger.pro
Normal file
1
proguard-shortcutbadger.pro
Normal file
@ -0,0 +1 @@
|
||||
-keep class me.leolin.shortcutbadger.** {*;}
|
Loading…
x
Reference in New Issue
Block a user