File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 22<manifest
33 xmlns : android =" http://schemas.android.com/apk/res/android"
44 xmlns : tools =" http://schemas.android.com/tools"
5- >
5+ >
66
77 <uses-permission android : name =" android.permission.INTERNET" />
88 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
1717 android : supportsRtl =" true"
1818 android : theme =" @style/AppTheme"
1919 tools : ignore =" GoogleAppIndexingWarning,UnusedAttribute"
20- android : usesCleartextTraffic =" true" >
20+ android : usesCleartextTraffic =" true"
21+ tools : replace =" android:theme" >
2122
2223 <activity android : name =" .ChooserActivity"
2324 android : exported =" true" >
4142 android : label =" @string/title_auth_activity" />
4243 <activity
4344 android : name =" .auth.AnonymousUpgradeActivity"
44- android : label =" @string/title_anonymous_upgrade" />
45+ android : label =" @string/title_anonymous_upgrade" />
4546
4647 <!-- Firestore demo -->
4748 <activity
7475
7576 </application >
7677
77- </manifest >
78+ </manifest >
You can’t perform that action at this time.
0 commit comments