From 88958664407b4a10fbdd6f94380b6e8695507f05 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Sun, 30 May 2021 23:28:11 -0600 Subject: added keepattributes flag --- app/proguard-rules.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 481bb43..cdc313f 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -14,7 +14,7 @@ # Uncomment this to preserve the line number information for # debugging stack traces. -#-keepattributes SourceFile,LineNumberTable +-keepattributes SourceFile,LineNumberTable # If you keep the line number information, uncomment this to # hide the original source file name. -- cgit v1.2.3