We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 251e8da commit 3bcd08fCopy full SHA for 3bcd08f
android/app/src/main/AndroidManifest.xml
@@ -38,6 +38,11 @@
38
<meta-data
39
android:name="flutterEmbedding"
40
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"/>
46
</application>
47
<!-- Required to query activities that can process text, see:
48
https://developer.android.com/training/package-visibility and
0 commit comments