Skip to content

Commit

Permalink
Increased Alien Blaster version
Browse files Browse the repository at this point in the history
  • Loading branch information
pelya committed Jul 20, 2010
1 parent 8809943 commit 523e83f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions alienblaster/AppSettings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DownloadToSdcard=n
SdlVideoResize=y
NeedDepthBuffer=n
MultiABI=n
AppVersionCode=110001
AppVersionName="1.1.0.p1"
AppVersionCode=110002
AppVersionName="1.1.0.p2"
CompiledLibraries="sdl_mixer sdl_image"
ReadmeText='^Use accelerometer to navigate menus and control ship^Press "Menu" to select menu and for secondary fire^Press "Call" or touch screen for primary fire^Press "Volume Up/Down" to cycle through weapons'
4 changes: 2 additions & 2 deletions alienblaster/project/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.schwardtnet.alienblaster"
android:versionCode="110001"
android:versionName="1.1.0.p1"
android:versionCode="110002"
android:versionName="1.1.0.p2"
>
<application android:label="@string/app_name"
android:icon="@drawable/icon"
Expand Down

0 comments on commit 523e83f

Please sign in to comment.