scan gradle.kts

This commit is contained in:
linsui 2022-05-07 00:43:55 +08:00
parent 0aca165b4e
commit 90bc8e1e8f
4 changed files with 124 additions and 1 deletions

View file

@ -50,6 +50,7 @@ class ScannerTest(unittest.TestCase):
'realm': 1,
'se.manyver': 2,
'com.jens.automation2': 2,
'com.github.shadowsocks': 5,
}
for d in glob.glob(os.path.join(source_files, '*')):
build = fdroidserver.metadata.Build()