mirror of
https://github.com/moparisthebest/k-9
synced 2024-10-31 23:55:08 -04:00
11 lines
312 B
XML
11 lines
312 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
package="com.larswerkman.colorpicker"
|
||
|
android:versionCode="1"
|
||
|
android:versionName="1.0" >
|
||
|
|
||
|
<uses-sdk
|
||
|
android:minSdkVersion="8"
|
||
|
android:targetSdkVersion="16" />
|
||
|
|
||
|
</manifest>
|