Fixed released version of the app crashing becaused of removed code due to minify

This commit is contained in:
Sylvain Berfini 2020-05-18 13:51:43 +02:00
parent af97d0b545
commit a5de783ebe

View file

@ -19,3 +19,5 @@
# If you keep the line number information, uncomment this to # If you keep the line number information, uncomment this to
# hide the original source file name. # hide the original source file name.
#-renamesourcefileattribute SourceFile #-renamesourcefileattribute SourceFile
-keep public class * extends androidx.fragment.app.Fragment { *; }