mirror of
https://github.com/moparisthebest/keepass2android
synced 2024-12-04 06:42:15 -05:00
ee4d40eb32
Merged PwDatabase+PwDatabaseV3 (PwGroup, PwEntry likewise) to simplify creation of bindings to Mono for Android
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> |