Skip to content

troubleshoot flaky connected24 gitlab-ci test

The "connected24" test run in gitlab-ci often fails saying:

:app:connectedDebugAndroidTest

 > : No compatible devices connected.[TestRunner] FAILED 
Found 1 connected device(s), 0 of which were compatible.
:app:connectedDebugAndroidTest FAILED

This bumps gradle and gradle android plugin used in the build to more recent versions. As a side project, this brings the gradle and gradle android plugin versions in sync with the packages reproducibly built from source in Debian/stretch. This brings us many turtles closer to the "turtles all the way down" goal of reproducible builds everywhere.

Merge request reports