2022-03-01 18:40:53 +01:00
|
|
|
# Add project specific ProGuard rules here.
|
|
|
|
# You can control the set of applied configuration files using the
|
|
|
|
# proguardFiles setting in build.gradle.
|
|
|
|
#
|
|
|
|
# For more details, see
|
|
|
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
|
|
|
|
|
|
|
# If your project uses WebView with JS, uncomment the following
|
|
|
|
# and specify the fully qualified class name to the JavaScript interface
|
|
|
|
# class:
|
|
|
|
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
|
|
|
|
# public *;
|
|
|
|
#}
|
|
|
|
|
|
|
|
# Uncomment this to preserve the line number information for
|
|
|
|
# debugging stack traces.
|
2022-04-03 17:25:23 +02:00
|
|
|
-keepattributes SourceFile,LineNumberTable
|
2022-03-01 18:40:53 +01:00
|
|
|
|
|
|
|
# If you keep the line number information, uncomment this to
|
|
|
|
# hide the original source file name.
|
2022-04-03 17:25:23 +02:00
|
|
|
-renamesourcefileattribute SourceFile
|
2022-03-29 14:32:17 +02:00
|
|
|
|
|
|
|
-dontobfuscate
|
|
|
|
|
|
|
|
# Disable ServiceLoader reproducibility-breaking optimizations
|
|
|
|
-keep class kotlinx.coroutines.CoroutineExceptionHandler
|
2022-03-30 08:38:47 +02:00
|
|
|
-keep class kotlinx.coroutines.internal.MainDispatcherFactory
|
|
|
|
|
|
|
|
# ksoap2 XmlPullParser confusion
|
|
|
|
-dontwarn org.xmlpull.v1.XmlPullParser
|
|
|
|
-dontwarn org.xmlpull.v1.XmlSerializer
|
2022-05-06 18:28:17 +02:00
|
|
|
-keep class org.xmlpull.v1.* {*;}
|
|
|
|
|
|
|
|
# Rome
|
|
|
|
-keep class com.rometools.** { *; }
|