mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-05 06:50:10 +01:00
Merge branch 'nonfree' into 'master'
scanner: add kotlinx-coroutines-play-services See merge request fdroid/fdroidserver!1120
This commit is contained in:
commit
f8789f2997
@ -83,6 +83,7 @@ NON_FREE_GRADLE_LINES = {
|
||||
r'com.github.junrar:junrar',
|
||||
r'androidx.navigation:navigation-dynamic-features',
|
||||
r'xyz.belvi.mobilevision:barcodescanner',
|
||||
r'org.jetbrains.kotlinx:kotlinx-coroutines-play-services',
|
||||
]
|
||||
}
|
||||
|
||||
|
@ -50,7 +50,7 @@ class ScannerTest(unittest.TestCase):
|
||||
'realm': 1,
|
||||
'se.manyver': 2,
|
||||
'com.jens.automation2': 2,
|
||||
'com.github.shadowsocks': 5,
|
||||
'com.github.shadowsocks': 6,
|
||||
}
|
||||
for d in glob.glob(os.path.join(source_files, '*')):
|
||||
build = fdroidserver.metadata.Build()
|
||||
|
Loading…
Reference in New Issue
Block a user