mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
Added android:installLocation=internalOnly (#1019)
This commit is contained in:
parent
086c71126f
commit
c1ec97055c
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:versionCode="1"
|
||||
android:versionName="2.5.6"
|
||||
android:installLocation="internalOnly"
|
||||
package="com.x8bit.bitwarden">
|
||||
|
||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="29" />
|
||||
|
|
Loading…
Reference in a new issue