Skip to content

Commit

Permalink
Merge pull request #38 from bffcorreia/remove-manifest-application
Browse files Browse the repository at this point in the history
Remove application from library manifest.
  • Loading branch information
wajahatkarim3 authored Mar 28, 2020
2 parents 792ec9a + 0b13c22 commit 507efed
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions EasyFlipView/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.wajahatkarim3.easyflipview">

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

</manifest>
<manifest package="com.wajahatkarim3.easyflipview"/>

0 comments on commit 507efed

Please sign in to comment.