Skip to content

Instantly share code, notes, and snippets.

@emartynov
Created April 5, 2013 15:50
Show Gist options
  • Save emartynov/5320374 to your computer and use it in GitHub Desktop.
Save emartynov/5320374 to your computer and use it in GitHub Desktop.
Copy original manifest file
<resources>
<resource>
<directory>${basedir}</directory>
<targetPath>${project.build.directory}</targetPath>
<includes>
<include>AndroidManifest.xml</include>
</includes>
</resource>
</resources>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment