1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-30 15:13:24 +00:00

Add support for Brave Beta browser (#846)

* Add Brave Beta to SupportedBrowsers dict

* Add Brave Beta to CompatBrowsers

* Add Brave Beta compatibility-package entry
This commit is contained in:
Contribucious
2020-04-21 14:48:29 +02:00
committed by GitHub
parent 5a78cbef02
commit 8cee50299f
3 changed files with 5 additions and 0 deletions

View File

@@ -67,6 +67,9 @@
<compatibility-package
android:name="com.brave.browser"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.brave.browser_beta"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.google.android.apps.chrome"
android:maxLongVersionCode="10000000000"/>