1

I have developed an android application and it has been deployed on the server side, and apk file generated and I want to automate the steps with hockeyapp distribution. When the .apk has been built, I want to send it to the testers.

My question is how hockeyapp could be automated with daily build? Is there any guideline or tutorial?

casillas
  • 16,351
  • 19
  • 115
  • 215

1 Answers1

2

Quick googling for a 'gradle hockeyapp plugin' brought up this. Another option (imho preferred one) is to have a build server like Jenkins do your builds (usually connected to your git or other vcs), there's plugins for those too that will upload builds to hockeyapp automatically.

fweigl
  • 21,278
  • 20
  • 114
  • 205