Skip to content

Commit

Permalink
removed allowbackup tag from manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
vokod committed May 9, 2019
1 parent 22c7bac commit c4181b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion yapel/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.awolity.yapel">

<application android:allowBackup="true" android:label="@string/app_name"
<application android:label="@string/app_name"
android:supportsRtl="true">

</application>
Expand Down

0 comments on commit c4181b1

Please sign in to comment.