From 22142138a666781449503d76bc14ed01599bb88e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Fri, 21 Mar 2014 19:11:38 +0100 Subject: [PATCH] Include possible src/AndroidManifest.xml gradle manifest path --- fdroidserver/common.py | 1 + 1 file changed, 1 insertion(+) 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: