1
0
mirror of https://github.com/wulkanowy/wulkanowy.git synced 2025-01-19 11:56:51 -06:00
wulkanowy-mirror/app/proguard-rules.pro

27 lines
612 B
Prolog
Raw Normal View History

2021-03-13 20:14:10 +01:00
# General
2019-01-20 22:43:50 +01:00
-dontobfuscate
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.** { *; }