mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-07 15:06:44 +00:00
Disable AndroidX notes
This commit is contained in:
parent
16bfbbf936
commit
5290d3356a
1 changed files with 6 additions and 0 deletions
6
app/proguard-rules.pro
vendored
6
app/proguard-rules.pro
vendored
|
@ -34,12 +34,18 @@
|
|||
#Stack traces, InvalidationTracker reflection
|
||||
-keepnames class androidx.** {*;}
|
||||
|
||||
-dontnote androidx.**
|
||||
-dontnote android.support.**
|
||||
-dontnote kotlin.**
|
||||
|
||||
#IAB
|
||||
-keep class com.android.billingclient.** {*;}
|
||||
-keepnames class com.android.billingclient.** {*;}
|
||||
-keep class com.android.vending.billing.** {*;}
|
||||
-keepnames class com.android.vending.billing.** {*;}
|
||||
|
||||
-dontnote com.android.billingclient.**
|
||||
|
||||
#JavaMail
|
||||
-keep class javax.** {*;}
|
||||
-keep class com.sun.** {*;}
|
||||
|
|
Loading…
Reference in a new issue