chiark / gitweb /
handle gradle-plugin 3.0 output apk location
authorMarcus Hoffmann <bubuiic@aol.com>
Sat, 26 Aug 2017 10:55:34 +0000 (12:55 +0200)
committerMarcus Hoffmann <bubuiic@aol.com>
Sat, 26 Aug 2017 14:03:31 +0000 (16:03 +0200)
commitb114b440200004a369f533e5e305fd6e42b19200
tree67dd2cc62edf463b6b539463cb136a0787ab45eb
parent794e4436b43dd06494766fef78a4feee2a3bc1bc
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

Based on !320 by: Michel Le Bihan <michel@lebihan.pl>
Signed-off-by: Marcus Hoffmann <bubuiic@aol.com>
fdroidserver/build.py