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