Bitwarden-app-android-iphon.../test/Android.Test/Properties/AndroidManifest.xml

5 lines
340 B
XML

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.x8bit.bitwarden.test" android:versionCode="1" android:versionName="1.0" android:installLocation="auto">
<uses-sdk android:minSdkVersion="16" />
<application android:label="bitwarden test"></application>
</manifest>