빌드셋팅 및 앱서명키
This commit is contained in:
@@ -1,15 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
This Google Mobile Ads plugin library manifest will get merged with your
|
||||
application's manifest, adding the necessary metadata
|
||||
required for displaying ads.
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.google.unity.ads"
|
||||
android:versionName="1.0"
|
||||
android:versionCode="1">
|
||||
<uses-sdk android:minSdkVersion="21"/>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.google.unity.ads" android:versionName="1.0" android:versionCode="1">
|
||||
<uses-sdk android:minSdkVersion="21" />
|
||||
<application>
|
||||
<uses-library android:required="false" android:name="org.apache.http.legacy"/>
|
||||
<uses-library android:required="false" android:name="org.apache.http.legacy" />
|
||||
<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-6226243757731658~7932776004" />
|
||||
<meta-data android:name="com.google.unity.ads.UNITY_VERSION" android:value="2022.3.32f1" />
|
||||
</application>
|
||||
</manifest>
|
||||
</manifest>
|
||||
Reference in New Issue
Block a user