diff options
Diffstat (limited to 'APG-API-Lib/AndroidManifest.xml')
-rw-r--r-- | APG-API-Lib/AndroidManifest.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/APG-API-Lib/AndroidManifest.xml b/APG-API-Lib/AndroidManifest.xml new file mode 100644 index 000000000..3d99ae603 --- /dev/null +++ b/APG-API-Lib/AndroidManifest.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="utf-8"?> +<manifest xmlns:android="http://schemas.android.com/apk/res/android" + package="org.thialfihar.android.apg.integration" + android:versionCode="1" + android:versionName="1.0" > + + <uses-sdk + android:minSdkVersion="7" + android:targetSdkVersion="14" /> + +</manifest>
\ No newline at end of file |