Skip to content

Commit

Permalink
Fix #68 and Fix #85
Browse files Browse the repository at this point in the history
  • Loading branch information
BraisGabin committed Sep 21, 2016
1 parent f50a46b commit d3da68a
Showing 1 changed file 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>

0 comments on commit d3da68a

Please sign in to comment.