Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Remove all tags from library manifest
Browse files Browse the repository at this point in the history
They are not needed in libraries and only result in
conflicts. Fixes #34.

Signed-off-by: Jonas Kalderstam <[email protected]>
  • Loading branch information
spacecowboy committed Jul 17, 2015
1 parent 6d6adef commit 4a6e0ae
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
Expand Up @@ -15,14 +15,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nononsenseapps.filepicker">
<manifest package="com.nononsenseapps.filepicker">

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

</application>
<application/>

</manifest>

0 comments on commit 4a6e0ae

Please sign in to comment.