Skip to content

Commit

Permalink
android:changing android version number for release
Browse files Browse the repository at this point in the history
  • Loading branch information
charlieroberts-rit committed Jul 24, 2011
1 parent f1e00bc commit cf7a369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Android/Control/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionName="1.0" android:versionCode="1" package="com.charlieroberts.Control">
android:versionName="1.0" android:versionCode="2" package="com.charlieroberts.Control">
<supports-screens
android:largeScreens="true"
android:normalScreens="true"
Expand Down

0 comments on commit cf7a369

Please sign in to comment.