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

Include possible src/AndroidManifest.xml gradle manifest path

This commit is contained in:
Daniel Martí 2014-03-21 19:11:38 +01:00
parent 90d60cc8ff
commit 22142138a6

View File

@ -624,6 +624,7 @@ def manifest_paths(app_dir, flavour):
possible_manifests = [ os.path.join(app_dir, 'AndroidManifest.xml'),
os.path.join(app_dir, 'src', 'main', 'AndroidManifest.xml'),
os.path.join(app_dir, 'src', 'AndroidManifest.xml'),
os.path.join(app_dir, 'build.gradle') ]
if flavour: