From 5a4982ab5f7990d241d39abcda7079fe73fd8a5b Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Mon, 18 May 2020 13:51:43 +0200 Subject: [PATCH] Fixed released version of the app crashing becaused of removed code due to minify --- app/proguard-rules.pro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index f1b424510..18e792993 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 public class * extends androidx.fragment.app.Fragment { *; } \ No newline at end of file