Created
July 29, 2019 06:09
-
-
Save shohan4556/2ea47ff864870ed4dcfc3945d472d87a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<!-- | |
This Google Mobile Ads plugin library manifest will get merged with your | |
application's manifest, adding the necessary activity and permissions | |
required for displaying ads. | |
--> | |
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
package="com.google.unity.ads" | |
android:versionName="1.0" | |
android:versionCode="1"> | |
<uses-sdk android:minSdkVersion="14" | |
android:targetSdkVersion="19" /> | |
<application> | |
<!-- Your AdMob App ID will look similar to this sample ID: | |
ca-app-pub-3940256099942544~3347511713 --> | |
<meta-data | |
android:name="com.google.android.gms.ads.APPLICATION_ID" | |
android:value="ca-app-pub-1477958114546213~6220989342"/> | |
</application> | |
</manifest> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment