mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Include possible src/AndroidManifest.xml gradle manifest path
This commit is contained in:
parent
90d60cc8ff
commit
22142138a6
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user