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:
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user