Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.puzzlegame
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
android
org.benoitharrault.puzzlegame
Commits
70d203d1
Commit
70d203d1
authored
3 years ago
by
Benoît Harrault
Browse files
Options
Downloads
Plain Diff
Merge branch '30-set-default-tilesize-to-4x4' into 'master'
Resolve "Set default tilesize to 4x4" Closes
#30
See merge request
!27
parents
99e7ee4c
f2bb56b4
No related branches found
No related tags found
1 merge request
!27
Resolve "Set default tilesize to 4x4"
Pipeline
#1355
passed
3 years ago
Stage: update
Stage: build-debug
Stage: build-release
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
android/gradle.properties
+2
-2
2 additions, 2 deletions
android/gradle.properties
lib/provider/data.dart
+1
-1
1 addition, 1 deletion
lib/provider/data.dart
with
3 additions
and
3 deletions
android/gradle.properties
+
2
−
2
View file @
70d203d1
org.gradle.jvmargs
=
-Xmx1536M
android.useAndroidX
=
true
android.enableJetifier
=
true
app.versionName
=
0.0.2
3
app.versionCode
=
2
3
app.versionName
=
0.0.2
4
app.versionCode
=
2
4
This diff is collapsed.
Click to expand it.
lib/provider/data.dart
+
1
−
1
View file @
70d203d1
...
...
@@ -5,7 +5,7 @@ import '../entities/tile.dart';
class
Data
extends
ChangeNotifier
{
// application configuration
int
_tilesCount
=
3
;
int
_tilesCount
=
4
;
// application data
List
_images
=
[];
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment