From a0e55683c681cb98d1a0a18cbf5e5252c344107a Mon Sep 17 00:00:00 2001 From: Mathieu Sanchez Date: Sun, 26 Apr 2020 10:14:47 +0200 Subject: [PATCH] Issue-8: Adding Keep class com.showckwave to proguard --- app/proguard-rules.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index f1b4245..98c1576 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -19,3 +19,5 @@ # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile + +-keep class com.shockwave.* \ No newline at end of file