Skip to content

Commit

Permalink
Merge pull request #18 from hashcube/fix-gameplayID-white-space
Browse files Browse the repository at this point in the history
removed gameplayID white space to fix google play sign in crash
  • Loading branch information
rampr authored Aug 2, 2018
2 parents 9a53807 + a37c596 commit 70b1a6d
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 70b1a6d

Please sign in to comment.