Skip to content

Commit 37764c4

Browse files
committed
The unit tests require INTERNET permission
1 parent f7b18eb commit 37764c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.firebase.ui">
22

3+
<uses-permission android:name="android.permission.INTERNET" />
4+
35
<application android:allowBackup="true" android:label="@string/app_name">
46

57
</application>

0 commit comments

Comments
 (0)