There are now Nightly Android Builds!

Hi, there are now nightly builds for the Android app: Index of /android/nightly/

Each night, the current state of the master branch is built, so you can follow the development progress.

It would be cool to have an apk for each pull request, as with the Desktop Client, but unfortunately building the Android app once takes about 23 minutes, which would be worse if there were multiple concurrent Android builds. So @link2xt and I decided for nightly builds instead.

Have fun developing :slight_smile:

5 Likes

wow! great stuff! thanks a lot @link2xt, @missytake and all who helped!

1 Like

Hi Missy,

are the nightlies produced every night, even if there are no changes to the code?

(Commits · deltachat/deltachat-android · GitHub)

Also, why are two produced, even if they are not different? (I presume)

Thanks in advance

Yes, nightlies are produced using the latest android and core code available, even if both repos have no changes.

This allows you to install two versions in parallel to test interoperability between versions or if want to test a new nightly without uninstalling the one which is already working for you. Otherwise there is no difference, you can install any of them.

Thanks for the explanation! :ok_hand: