28 lines
937 B
XML
28 lines
937 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<!-- This file was automatically generated by the Google Play Games plugin for Unity
|
||
|
|
Do not edit. -->
|
||
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
package="com.google.example.games.mainlibproj"
|
||
|
|
android:versionCode="1"
|
||
|
|
android:versionName="1.0" >
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<application>
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
<!-- The space in these forces it to be interpreted as a string vs. int -->
|
||
|
|
<meta-data android:name="com.google.android.gms.games.APP_ID"
|
||
|
|
android:value="\u003794819463840" />
|
||
|
|
|
||
|
|
<!-- Keep track of which plugin is being used -->
|
||
|
|
<meta-data android:name="com.google.android.gms.games.unityVersion"
|
||
|
|
android:value="\u0032.1.0" />
|
||
|
|
|
||
|
|
<activity android:name="com.google.games.bridge.NativeBridgeActivity"
|
||
|
|
android:theme="@android:style/Theme.Translucent.NoTitleBar.Fullscreen" />
|
||
|
|
</application>
|
||
|
|
</manifest>
|
||
|
|
|