File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
<?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" >
3
4
4
5
<application
5
6
android : allowBackup =" true"
6
7
android : icon =" @mipmap/ic_launcher"
7
8
android : label =" @string/app_name"
8
9
android : supportsRtl =" true"
9
10
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
+
10
18
<activity android : name =" com.google.firebase.example.admob.MainActivity"
11
19
android : exported =" true" >
12
20
<intent-filter >
You can’t perform that action at this time.
0 commit comments