Skip to content

Commit 5f81dc0

Browse files
committed
try to remove
1 parent 8906a95 commit 5f81dc0

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
android:supportsRtl="true"
1818
android:theme="@style/AppTheme"
1919
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute"
20-
android:usesCleartextTraffic="true"
21-
tools:replace="android:theme">
20+
android:usesCleartextTraffic="true">
2221

2322
<activity android:name=".ChooserActivity"
2423
android:exported="true">

auth/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
</intent>
1818
</queries>
1919

20-
<application
21-
android:theme="@style/Theme.AppCompat">
20+
<application>
2221

2322
<meta-data
2423
android:name="com.google.android.gms.version"

0 commit comments

Comments
 (0)