Skip to content

handle gradle-plugin 3.0 output apk location

This commit adds support for new gradle plugin 3.0 output directories. The new structure looks like this:

build/outputs/apk/<flavour1><Flavour2>/release/*.apk

Note the capitalization on the different flavour components. So if we build a specific flavour combination we add this combination to the path where we look for an output .apk.

Closes #363 (closed)

Based on !320 (closed) by: Michel Le Bihan

CC: @mimi89999 @eighthave

Edited by username-removed-151489

Merge request reports