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

scanner: add kotlinx-coroutines-play-services

This commit is contained in:
linsui 2022-05-07 01:49:56 +00:00
parent f4771da597
commit c16d170f12

View File

@ -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',
]
}