79102449

Date: 2024-10-18 14:18:23
Score: 1
Natty:
Report link

I had this error after I enabled the minify in my project, after two days of researching I finally found the solution,

first setup your file provider according to this documentation

and then add these codes to your proguard rules:

-keep class **.model.** { *; }
-keep class **.models.** { *; }
Reasons:
  • Blacklisted phrase (1): this document
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Mahdi Zareei