79151051

Date: 2024-11-02 16:14:38
Score: 1
Natty:
Report link

I have found fix for my question

Fix:-- Add this line of rules to Proguard-rules in Gradle script. It worked in my case

-keep class com.google.api.** { *; }
Reasons:
  • Whitelisted phrase (-1): It worked
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Rup Sarma