chiark / gitweb /
gradle and maven keys should be among the first
authorDaniel Martí <mvdan@mvdan.cc>
Sat, 16 Nov 2013 21:51:03 +0000 (22:51 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Sat, 16 Nov 2013 21:51:03 +0000 (22:51 +0100)
fdroidserver/common.py

index 247c46fe98f7b2dbb893334786993a46a6f2d861..590112cbf2ec07fc0e8a09c8bb2f922e09f7354f 100644 (file)
@@ -818,12 +818,11 @@ def write_metadata(dest, app):
         # This defines the preferred order for the build items - as in the
         # manual, they're roughly in order of application.
         keyorder = ['disable', 'commit', 'subdir', 'submodules', 'init',
-                    'oldsdkloc', 'target', 'compilesdk', 'update',
-                    'encoding', 'forceversion', 'forcevercode', 'rm',
-                    'fixtrans', 'fixapos', 'extlibs', 'srclibs',
-                    'patch', 'prebuild', 'scanignore', 'scandelete', 'build',
-                    'buildjni', 'gradle', 'maven', 'preassemble',
-                    'bindir', 'antcommand', 'novcheck']
+                    'gradle', 'maven', 'oldsdkloc', 'target', 'compilesdk',
+                    'update', 'encoding', 'forceversion', 'forcevercode', 'rm',
+                    'fixtrans', 'fixapos', 'extlibs', 'srclibs', 'patch',
+                    'prebuild', 'scanignore', 'scandelete', 'build', 'buildjni',
+                    'preassemble', 'bindir', 'antcommand', 'novcheck']
 
         def write_builditem(key, value):
             if key not in ['version', 'vercode', 'origlines']: