2012-04-11 19:29:27 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
2012-04-14 16:18:06 +02:00
|
|
|
package="org.thialfihar.android.apg.integration"
|
2012-04-11 19:29:27 +02:00
|
|
|
android:versionCode="1"
|
|
|
|
|
android:versionName="1.0" >
|
|
|
|
|
|
|
|
|
|
<uses-sdk
|
|
|
|
|
android:minSdkVersion="7"
|
|
|
|
|
android:targetSdkVersion="14" />
|
|
|
|
|
|
|
|
|
|
</manifest>
|