Skip to content

Commit 4686a0d

Browse files
committed
Correctly initialize new admob version
1 parent 7103424 commit 4686a0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/src/main/AndroidManifest.xml

+3
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
android:name="com.sec.android.app.multiwindow"
5656
android:required="false"/>
5757

58+
<meta-data
59+
android:name="com.google.android.gms.ads.APPLICATION_ID"
60+
android:value="ca-app-pub-2659219871370009~5714990385" />
5861
<meta-data
5962
android:name="com.sec.android.multiwindow.DEFAULT_SIZE_W"
6063
android:resource="@dimen/app_defaultsize_w"/>

0 commit comments

Comments
 (0)