Skip to content

Commit

Permalink
remove unused attributes in library's manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Feb 21, 2017
1 parent 5913dbb commit 5eb9aeb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions library/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="com.daquexian.flexiblerichtextview">

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

</application>
<application/>

</manifest>

0 comments on commit 5eb9aeb

Please sign in to comment.