You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1234567891011121314 |
- <?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">
- <application>
- <uses-library android:required="false" android:name="org.apache.http.legacy"/>
- </application>
- </manifest>
|