diff options
author | Bryson Steck <steck.bryson@gmail.com> | 2021-05-30 23:28:11 -0600 |
---|---|---|
committer | Bryson Steck <steck.bryson@gmail.com> | 2021-05-30 23:28:11 -0600 |
commit | 88958664407b4a10fbdd6f94380b6e8695507f05 (patch) | |
tree | 891b4476ff2de753fb2c038599c10f86a460f667 /app | |
parent | 72c839bd12c37b95776f2a03f98c52036b9400fc (diff) | |
download | wiimmfi-watcher-88958664407b4a10fbdd6f94380b6e8695507f05.tar wiimmfi-watcher-88958664407b4a10fbdd6f94380b6e8695507f05.tar.gz wiimmfi-watcher-88958664407b4a10fbdd6f94380b6e8695507f05.tar.bz2 |
added keepattributes flag
Diffstat (limited to 'app')
-rw-r--r-- | app/proguard-rules.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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. |