Skip to content

Commit

Permalink
Increased maximum number
Browse files Browse the repository at this point in the history
  • Loading branch information
tpcstld committed Feb 25, 2015
1 parent 95a457e commit 0aabbe7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 2048/2048/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 7
targetSdkVersion 19
versionCode 17
versionName "1.1.2a"
versionCode 18
versionName "1.1.2b"
}
buildTypes {
release {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class MainView extends View {
Paint paint = new Paint();
public MainGame game;
public boolean hasSaveState = false;
public final int numCellTypes = 18;
public final int numCellTypes = 21;
public boolean continueButtonEnabled = false;

//Layout variables
Expand Down

0 comments on commit 0aabbe7

Please sign in to comment.