diff --git a/fdroidserver/common.py b/fdroidserver/common.py index 301340e5..0dbe3e9c 100644 --- a/fdroidserver/common.py +++ b/fdroidserver/common.py @@ -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: