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