We do this. If you don't give it a signing config it won't sign the release build. Then you can add a task which depends on packageRelease and on which assembleRelease depends.
On Mon, Sep 22, 2014 at 6:09 AM, Tomáš Procházka <[email protected]> wrote: > It is possible to override sign process for release build? > I need do it remote, because developers has not private key. > I need to send unsigned APK to the remote server which will provide signed > APK in the reply. > It should by possible by Groovy but I don't know how to override sign task > provided by android plugin. > Did anybody already do something like this? > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
