1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-05 18:50:09 +02:00

Merge branch 'nonfree' into 'master'

scanner: add kotlinx-coroutines-play-services

See merge request fdroid/fdroidserver!1120
This commit is contained in:
Jochen Sprickerhof 2022-05-08 09:33:35 +00:00
commit f8789f2997
2 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@ NON_FREE_GRADLE_LINES = {
r'com.github.junrar:junrar', r'com.github.junrar:junrar',
r'androidx.navigation:navigation-dynamic-features', r'androidx.navigation:navigation-dynamic-features',
r'xyz.belvi.mobilevision:barcodescanner', r'xyz.belvi.mobilevision:barcodescanner',
r'org.jetbrains.kotlinx:kotlinx-coroutines-play-services',
] ]
} }

View File

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