From fc4ef838bfae84b403c2bf12d51ea7cfe977ccd4 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 19 Nov 2017 20:53:56 +0100 Subject: [PATCH] Configure proguard to keep line numbers --- app/proguard-rules.pro | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 0545d7f7..4306bcc4 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -7,11 +7,5 @@ # For more details, see # http://developer.android.com/guide/developing/tools/proguard.html -# Add any project specific keep options here: - -# 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 *; -#} +-renamesourcefileattribute SourceFile +-keepattributes SourceFile,LineNumberTable