Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
12345678 |
- <?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">
- <application>
- <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-3570555734266765~5154356110" />
- <meta-data android:name="com.google.unity.ads.UNITY_VERSION" android:value="6000.0.9f1" />
- </application>
- </manifest>
|