Нет описания
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

AndroidManifest.xml 546B

12345678
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.google.unity.ads" android:versionName="1.0" android:versionCode="1">
  3. <application>
  4. <uses-library android:required="false" android:name="org.apache.http.legacy" />
  5. <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-3570555734266765~5154356110" />
  6. <meta-data android:name="com.google.unity.ads.UNITY_VERSION" android:value="6000.0.9f1" />
  7. </application>
  8. </manifest>