1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-15 09:40:12 +02:00

Also search for apk in build/outputs/apk/release

This commit is contained in:
mimi89999 2017-07-07 12:21:09 +02:00
parent b0a8d4163d
commit a427bb7b56
No known key found for this signature in database
GPG Key ID: 4B054AC4922D7B18

View File

@ -804,6 +804,7 @@ def build_local(app, build, vcs, build_dir, output_dir, log_dir, srclib_dir, ext
elif omethod == 'gradle':
src = None
for apks_dir in [
os.path.join(root_dir, 'build', 'outputs', 'apk', 'release'),
os.path.join(root_dir, 'build', 'outputs', 'apk'),
os.path.join(root_dir, 'build', 'apk'),
]: