summaryrefslogtreecommitdiffstats
path: root/WallpaperPicker/AndroidManifest.xml
blob: 86a94d078e2c08ed0d74901b9dee68f0daa79d11 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.android.launcher3"
        android:versionCode="1"
        android:versionName="1.0"
        >

    <uses-sdk android:minSdkVersion="15" android:targetSdkVersion="19" />

</manifest>