Skip to content

Commit

Permalink
Remove unnecessary attributes from AndroidManifest (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Szuba authored Jul 11, 2020
1 parent b0eeb7d commit 1bb38bb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@
~ file, you can obtain one at http://mozilla.org/MPL/2.0/.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.goterl.lazycode.lazysodium">
<application android:allowBackup="true"
android:supportsRtl="true"/>
</manifest>
<manifest package="com.goterl.lazycode.lazysodium" />

0 comments on commit 1bb38bb

Please sign in to comment.