Skip to content

Commit 8af3d38

Browse files
committed
fix?
1 parent 358ee38 commit 8af3d38

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

app/src/main/AndroidManifest.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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" />
@@ -17,7 +17,8 @@
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">
@@ -41,7 +42,7 @@
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
@@ -74,4 +75,4 @@
7475

7576
</application>
7677

77-
</manifest>
78+
</manifest>

0 commit comments

Comments
 (0)