1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-19 09:43:27 +00:00

add microsoft package to support beta/dev/canary (#1370)

* add microsoft package to support beta/dev/canary

* Add package name in the necessary file
This commit is contained in:
laymanZ
2021-04-22 12:16:19 +08:00
committed by GitHub
parent a3b4ede8f3
commit b3b21ea6b1
3 changed files with 15 additions and 0 deletions

View File

@@ -74,6 +74,15 @@
<compatibility-package
android:name="com.microsoft.emmx"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.microsoft.emmx.beta"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.microsoft.emmx.canary"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.microsoft.emmx.dev"
android:maxLongVersionCode="10000000000"/>
<compatibility-package
android:name="com.mmbox.browser"
android:maxLongVersionCode="10000000000"/>