improvement: Add Quetta browser to compatibility browsers #306

This commit is contained in:
Artem Chepurnoy 2024-05-02 22:07:33 +03:00
parent b0c44bacde
commit fd03d3b7b7
No known key found for this signature in database
GPG Key ID: FAC37D0CF674043E
2 changed files with 4 additions and 0 deletions

View File

@ -166,6 +166,9 @@
<compatibility-package <compatibility-package
android:name="net.slions.fulguris.full.playstore.debug" android:name="net.slions.fulguris.full.playstore.debug"
android:maxLongVersionCode="@string/version_code_max" /> android:maxLongVersionCode="@string/version_code_max" />
<compatibility-package
android:name="net.quetta.browser"
android:maxLongVersionCode="@string/version_code_max" />
<compatibility-package <compatibility-package
android:name="org.adblockplus.browser" android:name="org.adblockplus.browser"
android:maxLongVersionCode="@string/version_code_max" /> android:maxLongVersionCode="@string/version_code_max" />

View File

@ -56,6 +56,7 @@ val Browsers = setOf(
"net.slions.fulguris.full.download.debug", "net.slions.fulguris.full.download.debug",
"net.slions.fulguris.full.playstore", "net.slions.fulguris.full.playstore",
"net.slions.fulguris.full.playstore.debug", "net.slions.fulguris.full.playstore.debug",
"net.quetta.browser",
"org.adblockplus.browser", "org.adblockplus.browser",
"org.adblockplus.browser.beta", "org.adblockplus.browser.beta",
"org.bromite.bromite", "org.bromite.bromite",