Skip to content

Commit

Permalink
removed gameplayID white space to fix google play sign in crash
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek committed Aug 2, 2018
1 parent 9a53807 commit a37c596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/manifest.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<xsl:template match="comment()" />

<xsl:template match="meta-data[@android:name='com.google.android.gms.games.APP_ID']">
<meta-data android:name="com.google.android.gms.games.APP_ID" android:value="\ {$gameplayID}" />
<meta-data android:name="com.google.android.gms.games.APP_ID" android:value="\{$gameplayID}" />
</xsl:template>

<xsl:template match="@*|node()">
Expand Down

0 comments on commit a37c596

Please sign in to comment.