Skip to content

Commit 5c5ed53

Browse files
committed
chore(admob): replace gma_ad_services_config in Manifest
1 parent 94707f4 commit 5c5ed53

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

admob/app/src/main/AndroidManifest.xml

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
2+
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools">
34

45
<application
56
android:allowBackup="true"
67
android:icon="@mipmap/ic_launcher"
78
android:label="@string/app_name"
89
android:supportsRtl="true"
910
android:theme="@style/AppTheme">
11+
12+
// workaround for https://github.com/firebase/firebase-cpp-sdk/issues/1545
13+
<property
14+
android:name="android.adservices.AD_SERVICES_CONFIG"
15+
android:resource="@xml/gma_ad_services_config"
16+
tools:replace="android:resource" />
17+
1018
<activity android:name="com.google.firebase.example.admob.MainActivity"
1119
android:exported="true">
1220
<intent-filter>

0 commit comments

Comments
 (0)