mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-12-09 18:41:11 +01:00
Configure proguard to keep line numbers
This commit is contained in:
parent
86bd3ca21b
commit
fc4ef838bf
1 changed files with 2 additions and 8 deletions
10
app/proguard-rules.pro
vendored
10
app/proguard-rules.pro
vendored
|
|
@ -7,11 +7,5 @@
|
||||||
# For more details, see
|
# For more details, see
|
||||||
# http://developer.android.com/guide/developing/tools/proguard.html
|
# http://developer.android.com/guide/developing/tools/proguard.html
|
||||||
|
|
||||||
# Add any project specific keep options here:
|
-renamesourcefileattribute SourceFile
|
||||||
|
-keepattributes SourceFile,LineNumberTable
|
||||||
# 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 *;
|
|
||||||
#}
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue