Skip to content

allow common.get_apk_id() to be used in the API

If a project uses fdroidsrever as a library, then just calls common.get_apk_id(), it will now work. Before, that project would have had to include something like common.config = {} to avoid a stacktrace.

Merge request reports