Skip to content

Commit

Permalink
Removed attributes from application manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAlbertos authored Oct 12, 2016
1 parent 322322a commit bae9c20
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions breadcrumbs-view/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.victoralbertos.breadcumbs_view">

<application android:allowBackup="true"
android:supportsRtl="true">

</application>
<application />

</manifest>

0 comments on commit bae9c20

Please sign in to comment.