Open mtotschnig opened 1 year ago
Would you share the background of the problem? Which Google service were you trying to use?
@suztomo Sorry for not following-up. I am using the Google Drive API, and was able to fix the problem by adding
-keep class com.google.api.services.drive.model.* { ; }
So the crash I mentioned does not belong here, but my point about the misleading documentation seems still valid to me.
Thank you for update. Glad to hear you've resolved the problem.
From the Readme, I am following Setup Instructions, then Android. Here it says "pay special attention to the Android instructions for ProGuard." but the referenced Proguard section does not exist. I have been using this library with R8 successfully in the past, but recently tried out full mode, and got following exception: