I have some number of Android devices in real world, I want to deploy and run new versions of application from git on it.
Currently I use Bitrise to run tests and .apk compilation upon commits, how can I deploy that binaries on my devices and autorun it without user interaction?
I don't know such services/application, but I think there are such services/tools in the world, just I don't know about it.
Edit 1: My devices are not connected physically, so I can't run gradle to deploy new builds there, devices have access to internet, but they have no direct cable connection to build server.