fails to install the NDK used in the app when the version is stored in
Example I ran into earlier:
While the ndk version is in gradle.properties (https://github.com/roc-streaming/roc-droid/blob/main/app/gradle.properties) and referenced in build.gradle (https://github.com/roc-streaming/roc-droid/blob/eaa92a64da8a45a8eadcdf405b826f4c3c4bdca4/app/build.gradle#L68)
fdroidserver fails to install the correct version, causing the build to be not reproducible.