File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
<manifest
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
xmlns : tools =" http://schemas.android.com/tools"
5
- >
5
+ >
6
6
7
7
<uses-permission android : name =" android.permission.INTERNET" />
8
8
<uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
17
17
android : supportsRtl =" true"
18
18
android : theme =" @style/AppTheme"
19
19
tools : ignore =" GoogleAppIndexingWarning,UnusedAttribute"
20
- android : usesCleartextTraffic =" true" >
20
+ android : usesCleartextTraffic =" true"
21
+ tools : replace =" android:theme" >
21
22
22
23
<activity android : name =" .ChooserActivity"
23
24
android : exported =" true" >
41
42
android : label =" @string/title_auth_activity" />
42
43
<activity
43
44
android : name =" .auth.AnonymousUpgradeActivity"
44
- android : label =" @string/title_anonymous_upgrade" />
45
+ android : label =" @string/title_anonymous_upgrade" />
45
46
46
47
<!-- Firestore demo -->
47
48
<activity
74
75
75
76
</application >
76
77
77
- </manifest >
78
+ </manifest >
You can’t perform that action at this time.
0 commit comments