Ingen beskrivning
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.

AndroidManifest.xml 495B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. This Google Mobile Ads plugin library manifest will get merged with your
  4. application's manifest, adding the necessary metadata
  5. required for displaying ads.
  6. -->
  7. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  8. package="com.google.unity.ads"
  9. android:versionName="1.0"
  10. android:versionCode="1">
  11. <application>
  12. <uses-library android:required="false" android:name="org.apache.http.legacy"/>
  13. </application>
  14. </manifest>