Add proguard config for payments.
This commit is contained in:
parent
b2a4dc303b
commit
b6ee69d346
2 changed files with 3 additions and 0 deletions
|
@ -266,6 +266,7 @@ android {
|
|||
'proguard/proguard-retrofit.pro',
|
||||
'proguard/proguard-webrtc.pro',
|
||||
'proguard/proguard-klinker.pro',
|
||||
'proguard/proguard-mobilecoin.pro',
|
||||
'proguard/proguard-retrolambda.pro',
|
||||
'proguard/proguard-okhttp.pro',
|
||||
'proguard/proguard-ez-vcard.pro',
|
||||
|
|
2
app/proguard/proguard-mobilecoin.pro
Normal file
2
app/proguard/proguard-mobilecoin.pro
Normal file
|
@ -0,0 +1,2 @@
|
|||
# MobileCoin
|
||||
-keep class com.mobilecoin.** { *; }
|
Loading…
Add table
Reference in a new issue