暂无描述
您最多选择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>