mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 06:52:39 +03:00
Also search for apk in build/outputs/apk/release
This commit is contained in:
parent
b0a8d4163d
commit
a427bb7b56
1 changed files with 1 additions and 0 deletions
|
@ -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'),
|
||||
]:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue