Skip to content

Commit

Permalink
Fixing version, we aren't 1.0 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
fkautz committed Nov 6, 2011
1 parent 9709bf4 commit bbb82ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions AndroidManifest.xml
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.hackerdojo.android.infoapp"
android:versionCode="1"
android:versionName="1.0">
android:versionCode="0" android:versionName="0.1">
<uses-sdk android:minSdkVersion="10" />
<uses-permission android:name="android.permission.INTERNET"></uses-permission>

Expand Down

0 comments on commit bbb82ef

Please sign in to comment.