Update scanner.py

This commit is contained in:
linsui 2022-05-05 03:39:49 +00:00
parent 7fabbc9cad
commit 4f04bd9200

View file

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