Split api libs into OpenKeychain specific and OpenPGP Provider lib

This commit is contained in:
Dominik Schürmann
2014-03-07 23:05:03 +01:00
parent 2737aedca7
commit 0e33fd2392
36 changed files with 381 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.sufficientlysecure.keychain.api"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="9"
android:targetSdkVersion="19" />
<application/>
</manifest>