Skip to content

Commit

Permalink
fix(lib): resolve merge manifest errors
Browse files Browse the repository at this point in the history
Try to fix #68 and #85
  • Loading branch information
passy authored Jan 21, 2018
2 parents 4667c6a + 29b5dad commit 25b5c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions library/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
package="net.rdrei.android.dirchooser"
xmlns:android="http://schemas.android.com/apk/res/android">
package="net.rdrei.android.dirchooser">

<application
android:theme="@style/DirectoryChooserTheme">
<meta-data
android:name="string"
android:value="string" />
</application>
<application/>
</manifest>
File renamed without changes.

0 comments on commit 25b5c12

Please sign in to comment.