Skip to content

Commit 66f076f

Browse files
committed
fix android tests
1 parent 1b2e5f9 commit 66f076f

File tree

6 files changed

+55
-13
lines changed

6 files changed

+55
-13
lines changed
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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">
23

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>
411
</manifest>
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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">
23

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>
411
</manifest>
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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">
23

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>
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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">
23

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>
411
</manifest>
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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">
23

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>
411
</manifest>
Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
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">
23

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>
411
</manifest>

0 commit comments

Comments
 (0)