mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-14 13:35:04 -05:00
13 lines
296 B
XML
13 lines
296 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="de.cketti.library.changelog"
|
|
android:versionCode="2"
|
|
android:versionName="1.0.0" >
|
|
|
|
<uses-sdk
|
|
android:minSdkVersion="7"
|
|
android:targetSdkVersion="17" />
|
|
|
|
<application/>
|
|
|
|
</manifest>
|