Skip to content

Commit

Permalink
modified: AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
forfolias committed Jan 24, 2011
1 parent 9dd0d67 commit 4cd3698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.leledroid"
android:versionCode="1"
android:versionName="1.0">
android:versionName="1.1">
<application android:icon="@drawable/icon" android:label="@string/app_name">
<activity android:name=".leledroid"
android:label="@string/app_name">
Expand All @@ -17,4 +17,4 @@
</application>
<uses-sdk android:minSdkVersion="7" />

</manifest>
</manifest>

0 comments on commit 4cd3698

Please sign in to comment.