mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-14 05:25:07 -05:00
12 lines
304 B
XML
12 lines
304 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="de.cketti.library.changelog"
|
|
android:versionCode="1"
|
|
android:versionName="0.1" >
|
|
|
|
<uses-sdk
|
|
android:minSdkVersion="7"
|
|
android:targetSdkVersion="17" />
|
|
|
|
<application/>
|
|
|
|
</manifest> |