From 5cf3a7bf7015125e1e8cd5164fd9a532ea8e4dd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pedro=20Vicente=20G=C3=B3mez=20S=C3=A1nchez?= Date: Thu, 1 Jul 2021 17:23:44 +0200 Subject: [PATCH] Update proguard-rules.pro (#283) --- dexter/proguard-rules.pro | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dexter/proguard-rules.pro b/dexter/proguard-rules.pro index 01265c8e..04cf8d75 100644 --- a/dexter/proguard-rules.pro +++ b/dexter/proguard-rules.pro @@ -1,5 +1,3 @@ --renamesourcefileattribute SourceFile - # Preserve all Dexter classes and method names -keepattributes InnerClasses, Signature, *Annotation* @@ -7,4 +5,4 @@ -keep class com.karumi.dexter.** { *; } -keep interface com.karumi.dexter.** { *; } -keepclasseswithmembernames class com.karumi.dexter.** { *; } --keepclasseswithmembernames interface com.karumi.dexter.** { *; } \ No newline at end of file +-keepclasseswithmembernames interface com.karumi.dexter.** { *; }