Skip to content

Commit

Permalink
Change APP_ID manifest template. Fixes runtime GPG crash. (#24)
Browse files Browse the repository at this point in the history
* Change APP_ID manifest template.  Fixes runtime GPG crash.

See this thread for the idea: playgameservices/play-games-plugin-for-unity#2013

* Removing the whitespace entirely
  • Loading branch information
SkaterDad committed Sep 17, 2020
1 parent 338036a commit 4ebbe72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpgs/manifests/android/AndroidManifest.xml
Expand Up @@ -3,6 +3,6 @@
package="{{android.package}}">
<uses-sdk android:minSdkVersion="{{android.minimum_sdk_version}}" android:targetSdkVersion="{{android.target_sdk_version}}" />
<application>
<meta-data android:name="com.google.android.gms.games.APP_ID" android:value="\ {{gpgs.app_id}}" />
<meta-data android:name="com.google.android.gms.games.APP_ID" android:value="\{{gpgs.app_id}}" />
</application>
</manifest>

0 comments on commit 4ebbe72

Please sign in to comment.