Skip to content

Commit

Permalink
Configure proguard to keep line numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Nov 19, 2017
1 parent 86bd3ca commit fc4ef83
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc4ef83

Please sign in to comment.