Skip to content

Commit e6be286

Browse files
authored
Revert changes made to AndroidManifest.xml's clearText (#74)
1 parent 9e3b406 commit e6be286

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77

88
<application
99
android:allowBackup="false"
10-
android:fullBackupContent="true"
1110
android:icon="@mipmap/ic_launcher"
1211
android:label="@string/app_name"
1312
android:roundIcon="@mipmap/ic_launcher_round"
1413
android:supportsRtl="true"
1514
android:theme="@style/AppTheme"
15+
android:usesCleartextTraffic="true"
1616
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute"
17-
tools:replace="android:fullBackupContent"
1817
>
1918
<activity
2019
android:name=".view.main.view.MainActivity"

0 commit comments

Comments
 (0)