summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Kirk <askirk@umich.edu>2018-05-22 11:55:33 -0400
committerAustin Kirk <askirk@umich.edu>2018-05-22 11:55:33 -0400
commitd2b8141c3d3f79f9891fd78687e57b0e88a154c4 (patch)
tree90331eed0a3fef432d76990c1c0eca1c38f91edb
parentdc166e2527236283ecd9c1a7eceedece34403c13 (diff)
downloadsdl_android-bugfix/issue_766.tar.gz
Adding line to prevent BSON library obfuscationbugfix/issue_766
-rw-r--r--sdl_android/proguard-rules.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdl_android/proguard-rules.pro b/sdl_android/proguard-rules.pro
index e986685e8..e3164b5ce 100644
--- a/sdl_android/proguard-rules.pro
+++ b/sdl_android/proguard-rules.pro
@@ -9,6 +9,7 @@
# Add any project specific keep options here:
-keep class com.smartdevicelink** { *; }
+-keep class com.livio.BSON** { *; }
# If your project uses WebView with JS, uncomment the following
# and specify the fully qualified class name to the JavaScript interface