1
0

Add R8 rule for Wulkanowy SDK (#2220)

This commit is contained in:
Rafał Borcz
2023-05-23 14:09:48 +02:00
committed by GitHub
parent 6ce8e00ebf
commit c170614461
2 changed files with 12 additions and 22 deletions

View File

@ -26,6 +26,7 @@
#Config for Material Components
-keep class com.google.android.material.tabs.** { *; }
#Config for HMS SDK
-keepattributes *Annotation*
-keepattributes Exceptions
@ -35,3 +36,7 @@
-keep class com.huawei.hianalytics.**{*;}
-keep class com.huawei.updatesdk.**{*;}
-keep class com.huawei.hms.**{*;}
#Config for Wulkanowy SDK
-keep,allowobfuscation,allowshrinking class retrofit2.Response