From ae79e8b96743713aa356083aab68f7e31e3f3ef7 Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Tue, 21 Jun 2022 11:19:31 +0000 Subject: [PATCH] scanner: add sinaweibosdk --- fdroidserver/scanner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/fdroidserver/scanner.py b/fdroidserver/scanner.py index a67cf5b7..406e7bc0 100644 --- a/fdroidserver/scanner.py +++ b/fdroidserver/scanner.py @@ -89,6 +89,7 @@ NON_FREE_GRADLE_LINES = { r'xyz.belvi.mobilevision:barcodescanner', r'org.jetbrains.kotlinx:kotlinx-coroutines-play-services', r'me.pushy:sdk', + r'io.github.sinaweibosdk', ] }