echo name of new .apk for easier scping

This commit is contained in:
Eric House 2015-07-27 07:26:32 -07:00
parent 85bd8ec2d4
commit fc904af928

View file

@ -119,6 +119,7 @@
<arg value="describe" /> <arg value="describe" />
</exec> </exec>
<copy file="bin/XWords4-debug.apk" tofile="XWords4-debug-${git-rev}.apk"/> <copy file="bin/XWords4-debug.apk" tofile="XWords4-debug-${git-rev}.apk"/>
<echo>Created XWords4-debug-${git-rev}.apk</echo>
</then> </then>
</if> </if>
</target> </target>