File tree Expand file tree Collapse file tree 6 files changed +55
-13
lines changed
firebase-analytics/src/androidInstrumentedTest
firebase-auth/src/androidInstrumentedTest
firebase-crashlytics/src/androidInstrumentedTest
firebase-firestore/src/androidInstrumentedTest
firebase-perf/src/androidInstrumentedTest
firebase-storage/src/androidInstrumentedTest Expand file tree Collapse file tree 6 files changed +55
-13
lines changed Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ xmlns : tools =" http://schemas.android.com/tools" >
2
3
3
- <application android : usesCleartextTraffic =" true" />
4
+ <application android : usesCleartextTraffic =" true" >
5
+ <provider
6
+ android : name =" com.google.firebase.provider.FirebaseInitProvider"
7
+ android : authorities =" ${applicationId}.firebaseinitprovider"
8
+ tools : node =" remove"
9
+ />
10
+ </application >
4
11
</manifest >
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ xmlns : tools =" http://schemas.android.com/tools" >
2
3
3
- <application android : usesCleartextTraffic =" true" />
4
+ <application android : usesCleartextTraffic =" true" >
5
+ <provider
6
+ android : name =" com.google.firebase.provider.FirebaseInitProvider"
7
+ android : authorities =" ${applicationId}.firebaseinitprovider"
8
+ tools : node =" remove"
9
+ />
10
+ </application >
4
11
</manifest >
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ xmlns : tools =" http://schemas.android.com/tools" >
2
3
3
- <application android : usesCleartextTraffic =" true" />
4
- </manifest >
4
+ <application android : usesCleartextTraffic =" true" >
5
+ <provider
6
+ android : name =" com.google.firebase.provider.FirebaseInitProvider"
7
+ android : authorities =" ${applicationId}.firebaseinitprovider"
8
+ tools : node =" remove"
9
+ />
10
+ </application >
11
+ </manifest >
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ xmlns : tools =" http://schemas.android.com/tools" >
2
3
3
- <application android : usesCleartextTraffic =" true" />
4
+ <application android : usesCleartextTraffic =" true" >
5
+ <provider
6
+ android : name =" com.google.firebase.provider.FirebaseInitProvider"
7
+ android : authorities =" ${applicationId}.firebaseinitprovider"
8
+ tools : node =" remove"
9
+ />
10
+ </application >
4
11
</manifest >
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ xmlns : tools =" http://schemas.android.com/tools" >
2
3
3
- <application android : usesCleartextTraffic =" true" />
4
+ <application android : usesCleartextTraffic =" true" >
5
+ <provider
6
+ android : name =" com.google.firebase.provider.FirebaseInitProvider"
7
+ android : authorities =" ${applicationId}.firebaseinitprovider"
8
+ tools : node =" remove"
9
+ />
10
+ </application >
4
11
</manifest >
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
+ xmlns : tools =" http://schemas.android.com/tools" >
2
3
3
- <application android : usesCleartextTraffic =" true" />
4
+ <application android : usesCleartextTraffic =" true" >
5
+ <provider
6
+ android : name =" com.google.firebase.provider.FirebaseInitProvider"
7
+ android : authorities =" ${applicationId}.firebaseinitprovider"
8
+ tools : node =" remove"
9
+ />
10
+ </application >
4
11
</manifest >
You can’t perform that action at this time.
0 commit comments