wulkanowy-mod/app/proguard-rules.pro

43 lines
1008 B
Prolog
Raw Normal View History

2021-03-13 20:14:10 +01:00
# General
2019-01-20 22:43:50 +01:00
-dontobfuscate
2023-05-23 02:16:42 +02:00
-ignorewarnings
2017-03-09 21:29:23 +01:00
2021-03-13 20:14:10 +01:00
#Config for wulkanowy
2019-08-26 20:54:20 +02:00
-keep class io.github.wulkanowy.** {*;}
2021-03-13 20:14:10 +01:00
#Config for firebase crashlitycs
2018-12-15 21:29:57 +01:00
-keepattributes SourceFile,LineNumberTable
-keep public class * extends java.lang.Exception
2017-03-09 21:29:23 +01:00
2021-03-13 20:14:10 +01:00
#Config for Okio and OkHttp
-dontwarn javax.annotation.**
2018-12-15 21:29:57 +01:00
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-dontwarn org.codehaus.mojo.animal_sniffer.*
-dontwarn okhttp3.internal.platform.ConscryptPlatform
2019-03-04 12:13:37 +01:00
#Config for MPAndroidChart
-keep class com.github.mikephil.charting.** { *; }
#Config for Material Components
-keep class com.google.android.material.tabs.** { *; }
2023-05-23 02:16:42 +02:00
2023-05-23 14:09:48 +02:00
2023-05-23 02:16:42 +02:00
#Config for HMS SDK
-keepattributes *Annotation*
-keepattributes Exceptions
-keepattributes InnerClasses
-keepattributes Signature
-keep class com.huawei.agconnect.**{*;}
-keep class com.huawei.hianalytics.**{*;}
-keep class com.huawei.updatesdk.**{*;}
-keep class com.huawei.hms.**{*;}
2023-05-23 14:09:48 +02:00
#Config for Wulkanowy SDK
-keep,allowobfuscation,allowshrinking class retrofit2.Response