Skip to content

Commit ed0fc68

Browse files
author
David Lin
committed
Add APPLICATION_ID to project's AndroidManifest.xml file
1 parent 728b469 commit ed0fc68

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<category android:name="android.intent.category.LAUNCHER" />
2222
</intent-filter>
2323
</activity>
24+
25+
<meta-data
26+
android:name="com.google.android.gms.ads.APPLICATION_ID"
27+
android:value="ca-app-pub-0000000000000000~0000000000"/>
2428
</application>
2529

2630
</manifest>

0 commit comments

Comments
 (0)