diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index eef01235..96bac2b9 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -1,10 +1,3 @@ -# Add project specific ProGuard rules here. -# You can control the set of applied configuration files using the -# proguardFiles setting in build.gradle.kts.kts. -# -# For more details, see -# http://developer.android.com/guide/developing/tools/proguard.html - -dontobfuscate # Required for serialization to work properly @@ -58,11 +51,7 @@ *; } --dontwarn com.google.auto.value.** +-dontwarn com.google.j2objc.annotations.* -dontwarn java.awt.** -dontwarn javax.** --dontwarn org.slf4j.** --dontwarn it.skrape.fetcher.* --dontwarn com.google.j2objc.annotations.* - --keepattributes RuntimeVisibleAnnotations,AnnotationDefault \ No newline at end of file +-dontwarn org.slf4j.** \ No newline at end of file