/utils/AndroidManifest.xml

http://eyes-free.googlecode.com/ · XML · 10 lines · 9 code · 1 blank · 0 comment · 0 complexity · 551e0347c85aa8028c1786eeb096a0f4 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  3. package="com.google.marvin.widgets"
  4. android:versionCode="1"
  5. android:versionName="1.0">
  6. <application android:icon="@drawable/icon" android:label="@string/app_name">
  7. </application>
  8. <uses-sdk android:minSdkVersion="3" />
  9. </manifest>