選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

16 行
506 B

  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 activity and permissions
  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. <uses-sdk android:minSdkVersion="14"
  12. android:targetSdkVersion="19" />
  13. <application>
  14. </application>
  15. </manifest>