Added android:installLocation=internalOnly (#1019)

This commit is contained in:
Chad Scharf 2020-07-23 09:19:11 -04:00 committed by GitHub
parent 086c71126f
commit c1ec97055c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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" />