From c74d1318a9422f70ed26ead2338d1f4b41e07601 Mon Sep 17 00:00:00 2001 From: Christian Sadilek Date: Thu, 28 Feb 2019 10:52:06 -0500 Subject: [PATCH] Issue #309: Add proguard rule for FenixMegazord --- app/proguard-rules.pro | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 37942f739..ff1532348 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -34,4 +34,10 @@ -keepnames class kotlinx.coroutines.CoroutineExceptionHandler {} -keepclassmembernames class kotlinx.** { volatile ; -} \ No newline at end of file +} + +#################################################################################################### +# Mozilla Application Services +#################################################################################################### + +-keep class mozilla.appservices.FenixMegazord { *; } \ No newline at end of file