Skip to content

Commit 3bcd08f

Browse files
committed
feat(android): add AdMob App ID to AndroidManifest.xml
- Add AdMob App ID metadata to the AndroidManifest.xml file - Use test AdMob App ID for now (replace with real ID later)
1 parent 251e8da commit 3bcd08f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
<meta-data
3939
android:name="flutterEmbedding"
4040
android:value="2" />
41+
42+
<!-- TODO(fulleni): Replace with your real AdMob App ID -->
43+
<meta-data
44+
android:name="com.google.android.gms.ads.APPLICATION_ID"
45+
android:value="ca-app-pub-3940256099942544~3347511713"/>
4146
</application>
4247
<!-- Required to query activities that can process text, see:
4348
https://developer.android.com/training/package-visibility and

0 commit comments

Comments
 (0)