From 90ec2b4b70de32ac6222bbf60d03f65f087aba60 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Mon, 19 Jul 2021 16:27:51 +0300 Subject: [PATCH] Added -keepattributes to ProGuard rules --- app/proguard-rules.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index b7420a70..a014757c 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -8,6 +8,7 @@ # http://developer.android.com/guide/developing/tools/proguard.html # Add any project specific keep options here: +-keepattributes LineNumberTable,SourceFile # If your project uses WebView with JS, uncomment the following # and specify the fully qualified class name to the JavaScript interface