diff --git a/fdroidserver/scanner.py b/fdroidserver/scanner.py index c17e7c29..fc9ef13a 100644 --- a/fdroidserver/scanner.py +++ b/fdroidserver/scanner.py @@ -60,13 +60,14 @@ class ExitCode(IntEnum): def get_gradle_compile_commands(build): - compileCommands = ['compile', - 'provided', + compileCommands = ['api', 'apk', - 'implementation', 'classpath', - 'api', + 'compile', 'compileOnly', + 'id', + 'implementation', + 'provided', 'runtimeOnly'] buildTypes = ['', 'release'] flavors = ['']