Prepare for Google Play release

This commit is contained in:
Nicolas Raoul 2015-09-08 10:10:04 +09:00
parent 97a57be47a
commit 649af6c516
4 changed files with 7 additions and 1 deletions

View file

@ -43,10 +43,14 @@
<assetsDirectory>${project.basedir}/assets</assetsDirectory>
<resourceDirectory>${project.basedir}/res</resourceDirectory>
<nativeLibrariesDirectory>${project.basedir}/src/main/native</nativeLibrariesDirectory>
<release>true</release>
<sdk>
<platform>22</platform>
</sdk>
<undeployBeforeDeploy>true</undeployBeforeDeploy>
<sign>
<debug>false</debug>
</sign>
<undeployBeforeDeploy>true</undeployBeforeDeploy>
</configuration>
</plugin>
<plugin>