From d2b8141c3d3f79f9891fd78687e57b0e88a154c4 Mon Sep 17 00:00:00 2001 From: Austin Kirk Date: Tue, 22 May 2018 11:55:33 -0400 Subject: Adding line to prevent BSON library obfuscation --- sdl_android/proguard-rules.pro | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.1