1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-20 10:13:42 +00:00

Update support for Ungoogled Chromium browser (#1119)

This commit is contained in:
Contribucious
2020-10-15 18:34:32 +02:00
committed by GitHub
parent c8c14396f1
commit c7cf634a94
3 changed files with 11 additions and 1 deletions

View File

@@ -178,4 +178,10 @@
<compatibility-package
android:name="org.ungoogled.chromium"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="org.ungoogled.chromium.extensions.stable"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="org.ungoogled.chromium.stable"
android:maxLongVersionCode="10000000000"/>
</autofill-service>