mirror of
https://github.com/bitwarden/mobile
synced 2025-12-25 12:43:39 +00:00
Moved android test project
This commit is contained in:
5
test/Android.Test/Properties/AndroidManifest.xml
Normal file
5
test/Android.Test/Properties/AndroidManifest.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user