mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-23 00:06:27 +00:00
Fixed proguard warnings
This commit is contained in:
parent
1beea3e88d
commit
7b3d0a106b
1 changed files with 2 additions and 0 deletions
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
|
@ -33,6 +33,8 @@
|
|||
-keepnames class androidx.** {*;}
|
||||
|
||||
#IAB
|
||||
-keep class com.android.billingclient.** {*;}
|
||||
-keepnames class com.android.billingclient.** {*;}
|
||||
-keep class com.android.vending.billing.** {*;}
|
||||
-keepnames class com.android.vending.billing.** {*;}
|
||||
|
||||
|
|
Loading…
Reference in a new issue