Skip to content

Commit

Permalink
sanitize manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
mttkay committed Nov 8, 2009
1 parent e76cf4e commit 6304c8d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions AndroidManifest.xml
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.droidfu"
android:versionCode="1"
android:versionName="1.0">

package="com.github.droidfu">

<!--
DroidFu is never actually compiled to an APK, so this config is
meaningless, but it still serves documentary purposes (e.g. which
minimum version of Android DroidFu assumes.
-->
<uses-sdk android:minSdkVersion="3" />



</manifest>

0 comments on commit 6304c8d

Please sign in to comment.