2024-06-21 15:47:31 +08:00
|
|
|
<?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">
|
2024-06-12 15:01:54 +08:00
|
|
|
<application>
|
2024-06-21 15:47:31 +08:00
|
|
|
<uses-library android:required="false" android:name="org.apache.http.legacy"/>
|
2024-06-12 15:01:54 +08:00
|
|
|
</application>
|
2024-06-21 15:47:31 +08:00
|
|
|
</manifest>
|