1
0
mirror of https://github.com/bitwarden/mobile synced 2026-01-03 09:03:35 +00:00

Android test project with Key Derivation Tests

This commit is contained in:
Kyle Spearrin
2016-08-01 20:49:04 -04:00
parent 6f800896c3
commit 23097072ef
13 changed files with 3526 additions and 3268 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>