Closed pboitier closed 8 months ago
The fix for the known issues is not valid Proguard syntax. The correct lines are:
-keep class com.google.android.play.core.** { *; } -keep class com.google.android.gms.play-** { *; }
-keep class com.google.android.play.core.** { *; }
-keep class com.google.android.gms.play-** { *; }
Please fix it so others don't get stuck with this! Thanks!
Oh, There was a typo here, thank you for pointing it out
Thank you for fixing it!
The fix for the known issues is not valid Proguard syntax. The correct lines are:
-keep class com.google.android.play.core.** { *; }
-keep class com.google.android.gms.play-** { *; }
Please fix it so others don't get stuck with this! Thanks!