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 2fdac54a13
commit 5a4982ab5f

View file

@ -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 { *; }