2023-02-26 22:07:43 +01:00
|
|
|
# Add project specific ProGuard rules here.
|
|
|
|
# You can control the set of applied configuration files using the
|
2024-07-04 12:00:24 +02:00
|
|
|
# proguardFiles setting in build.gradle.kts.
|
2023-02-26 22:07:43 +01:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
#-keepattributes SourceFile,LineNumberTable
|
|
|
|
|
|
|
|
# If you keep the line number information, uncomment this to
|
|
|
|
# hide the original source file name.
|
2024-07-04 12:17:59 +02:00
|
|
|
#-renamesourcefileattribute SourceFile
|
|
|
|
|
|
|
|
-dontwarn org.xmlpull.v1.XmlPullParser
|
|
|
|
-dontwarn org.xmlpull.v1.XmlSerializer
|
|
|
|
-keep class org.xmlpull.v1.* {*;}
|
|
|
|
|
|
|
|
-keep class org.simpleframework.xml.** { *; }
|
|
|
|
|
|
|
|
-keep class com.readrops.api.services.freshrss.json.** { *; }
|
|
|
|
-keep class com.readrops.api.services.nextcloudnews.json.** { *; }
|
|
|
|
|
|
|
|
-keep class com.readrops.api.localfeed.** { *; }
|
|
|
|
|
|
|
|
-keep class com.readrops.api.opml.model.** { *; }
|
|
|
|
|
|
|
|
# Please add these rules to your existing keep rules in order to suppress warnings.
|
|
|
|
# This is generated automatically by the Android Gradle plugin.
|
|
|
|
-dontwarn javax.xml.stream.Location
|
|
|
|
-dontwarn javax.xml.stream.XMLInputFactory
|
|
|
|
-dontwarn javax.xml.stream.XMLStreamReader
|
|
|
|
-dontwarn org.bouncycastle.jsse.BCSSLParameters
|
|
|
|
-dontwarn org.bouncycastle.jsse.BCSSLSocket
|
|
|
|
-dontwarn org.bouncycastle.jsse.provider.BouncyCastleJsseProvider
|
|
|
|
-dontwarn org.conscrypt.Conscrypt$Version
|
|
|
|
-dontwarn org.conscrypt.Conscrypt
|
|
|
|
-dontwarn org.conscrypt.ConscryptHostnameVerifier
|
|
|
|
-dontwarn org.joda.convert.FromString
|
|
|
|
-dontwarn org.joda.convert.ToString
|
|
|
|
-dontwarn org.openjsse.javax.net.ssl.SSLParameters
|
|
|
|
-dontwarn org.openjsse.javax.net.ssl.SSLSocket
|
|
|
|
-dontwarn org.openjsse.net.ssl.OpenJSSE
|