Restructure API lib folder to support Eclipse

This commit is contained in:
Dominik Schürmann
2014-02-15 17:09:21 +01:00
parent a76169c39e
commit 2b98f2a0d7
24 changed files with 29 additions and 5 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>