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