Skip to content

Commit

Permalink
updated apk with undo up to 50 stages
Browse files Browse the repository at this point in the history
  • Loading branch information
uberspot committed Jan 15, 2016
1 parent 92f16bd commit 8aed6c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file modified 2048-android-release.apk
Binary file not shown.
4 changes: 2 additions & 2 deletions 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="com.uberspot.a2048"
android:versionCode="21"
android:versionName="2.05" >
android:versionCode="22"
android:versionName="2.06" >

<uses-sdk
android:minSdkVersion="8"
Expand Down
2 changes: 1 addition & 1 deletion assets/2048
3 changes: 3 additions & 0 deletions res/xml/changelog_master.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<changelog>
<release version="2.06" versioncode="22" >
<change>Limit undo button to last 50 states to avoid using too much memory.</change>
</release>
<release version="2.05" versioncode="21" >
<change>Added changelog in app</change>
</release>
Expand Down

0 comments on commit 8aed6c5

Please sign in to comment.