Skip to content
Snippets Groups Projects
Commit 6aaa98cf authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Merge branch '26-reduce-board-sizes' into 'master'

Resolve "Reduce board sizes"

Closes #26

See merge request !24
parents adffb338 9d7db35b
No related branches found
No related tags found
1 merge request!24Resolve "Reduce board sizes"
Pipeline #4996 passed
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=0.0.21
app.versionCode=21
app.versionName=0.0.22
app.versionCode=22
Reduce biggest board size.
Réduction de la taille du plus grand plateau.
......@@ -7,7 +7,7 @@ class DefaultGameSettings {
static const int boardSizeValueSmall = 6;
static const int boardSizeValueMedium = 10;
static const int boardSizeValueLarge = 14;
static const int boardSizeValueExtraLarge = 20;
static const int boardSizeValueExtraLarge = 18;
static const int defaultBoardSizeValue = boardSizeValueMedium;
static const List<int> allowedBoardSizeValues = [
......
......@@ -3,7 +3,7 @@ description: Jeweled Game
publish_to: 'none'
version: 0.0.21+21
version: 0.0.22+22
environment:
sdk: '^3.0.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment