1
0
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:
Kyle Spearrin
2016-08-01 21:49:32 -04:00
parent 69fa9d33f8
commit 732418d971
13 changed files with 2 additions and 2 deletions

View 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>