Skip to content

Commit

Permalink
Revert changes made to AndroidManifest.xml's clearText (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
fdocr authored Apr 30, 2020
1 parent 9e3b406 commit e6be286
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@

<application
android:allowBackup="false"
android:fullBackupContent="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true"
tools:ignore="GoogleAppIndexingWarning,UnusedAttribute"
tools:replace="android:fullBackupContent"
>
<activity
android:name=".view.main.view.MainActivity"
Expand Down

0 comments on commit e6be286

Please sign in to comment.