1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2024-09-20 15:19:08 -05:00
wulkanowy-mirror/app/proguard-rules.pro

27 lines
612 B
Prolog
Raw Normal View History

2021-03-13 13:14:10 -06:00
# General
2019-01-20 15:43:50 -06:00
-dontobfuscate
2017-03-09 14:29:23 -06:00
2021-03-13 13:14:10 -06:00
#Config for wulkanowy
2019-08-26 13:54:20 -05:00
-keep class io.github.wulkanowy.** {*;}
2021-03-13 13:14:10 -06:00
#Config for firebase crashlitycs
2018-12-15 14:29:57 -06:00
-keepattributes SourceFile,LineNumberTable
-keep public class * extends java.lang.Exception
2017-03-09 14:29:23 -06:00
2021-03-13 13:14:10 -06:00
#Config for Okio and OkHttp
-dontwarn javax.annotation.**
2018-12-15 14:29:57 -06:00
-keepnames class okhttp3.internal.publicsuffix.PublicSuffixDatabase
-dontwarn org.codehaus.mojo.animal_sniffer.*
-dontwarn okhttp3.internal.platform.ConscryptPlatform
2019-03-04 05:13:37 -06:00
#Config for MPAndroidChart
-keep class com.github.mikephil.charting.** { *; }
#Config for Material Components
-keep class com.google.android.material.tabs.** { *; }