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

Merge branch 'nonfreelib' into 'master'

scanner: add more nonfree libs

See merge request fdroid/fdroidserver!1116
This commit is contained in:
Jochen Sprickerhof 2022-05-06 10:38:37 +00:00
commit 0aca165b4e

View File

@ -81,6 +81,8 @@ NON_FREE_GRADLE_LINES = {
r'com.tencent.bugly',
r'appcenter-push',
r'com.github.junrar:junrar',
r'androidx.navigation:navigation-dynamic-features',
r'xyz.belvi.mobilevision:barcodescanner',
]
}