mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-11-12 04:25:09 -05:00
14 lines
351 B
XML
14 lines
351 B
XML
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="keepass2android.kp2akeytransform"
|
||
|
android:versionCode="1"
|
||
|
android:versionName="1.0" >
|
||
|
|
||
|
<uses-sdk
|
||
|
android:minSdkVersion="8"
|
||
|
android:targetSdkVersion="17" />
|
||
|
|
||
|
<application
|
||
|
android:allowBackup="true">
|
||
|
</application>
|
||
|
|
||
|
</manifest>
|