Add proguard config for payments.

This commit is contained in:
Alex Voloshyn 2023-01-17 06:37:45 -08:00 committed by GitHub
parent b2a4dc303b
commit b6ee69d346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -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',

View file

@ -0,0 +1,2 @@
# MobileCoin
-keep class com.mobilecoin.** { *; }