blob: 2148ce24957db2091f3e266a4a73b97e1d8d209a [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example"
android:versionCode="1"
android:versionName="1.0">
<application android:label="MyApp" >
</application>
<uses-sdk android:minSdkVersion="7"/>
</manifest>