Closed GoogleCodeExporter closed 9 years ago
Original comment by hugo.josefson.old@gmail.com
on 7 Jun 2009 at 9:45
It's a ongoing thing on Maven Android Developers:
http://groups.google.com/group/maven-android-developers
Original comment by hugo.josefson.old@gmail.com
on 14 Jun 2009 at 8:58
Created a wiki page yesterday:
http://code.google.com/p/maven-android-plugin/wiki/Glossary
Original comment by hugo.josefson.old@gmail.com
on 24 Jun 2009 at 2:04
Original comment by hugo.josefson.old@gmail.com
on 24 Jun 2009 at 2:29
Have committed a good number of changes to master. Also updated Changelog with
the
changes:
http://code.google.com/p/maven-android-plugin/wiki/Changelog
Original comment by hugo.josefson.old@gmail.com
on 25 Jun 2009 at 9:40
Changed the (probably last things). See changes listed under version
2.0.0-alpha9 in
the Changelog.
Original comment by hugo.josefson.old@gmail.com
on 11 Jul 2009 at 7:02
Reopening this issue, because one more thing is needed:
<signWithDebugKeystore>true|false</signWithDebugKeystore>
should be changed into:
<sign>
<debug>true|false|auto</debug>
</sign>
in preparation for:
<sign>
<debug>true|false|auto</debug>
<keystores>
<keystore/>
</keystores>
</sign>
Original comment by hugo.josefson.old@gmail.com
on 11 Jul 2009 at 7:43
Renamed signWithDebugKeystore as mentioned above.
Original comment by hugo.josefson.old@gmail.com
on 11 Jul 2009 at 9:39
Released 2.0.0-alpha9. See the Changelog.
Original comment by hugo.josefson.old@gmail.com
on 12 Jul 2009 at 8:57
Original issue reported on code.google.com by
hugo.josefson.old@gmail.com
on 7 Jun 2009 at 8:50