pancake-llc / in-app-review

The Google Play In-app Review Plugin for Unity lets you prompt users to submit Play Store ratings and reviews without the inconvenience of leaving your game.
Other
40 stars 7 forks source link

Mistake in the "Known Issues" section #7

Closed pboitier closed 8 months ago

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

Please fix it so others don't get stuck with this! Thanks!

aprius commented 8 months ago

Oh, There was a typo here, thank you for pointing it out

pboitier commented 8 months ago

Thank you for fixing it!