Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.sudoku
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
android
org.benoitharrault.sudoku
Merge requests
!42
Resolve "Solve grid to improve check wrongs values"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Solve grid to improve check wrongs values"
48-solve-grid-to-improve-check-wrongs-values
into
master
Overview
0
Commits
1
Pipelines
2
Changes
7
Merged
Resolve "Solve grid to improve check wrongs values"
Benoît Harrault
requested to merge
48-solve-grid-to-improve-check-wrongs-values
into
master
Jul 25, 2021
Overview
0
Commits
1
Pipelines
2
Changes
7
Closes
#48 (closed)
Edited
Jul 25, 2021
by
Benoît Harrault
0
0
Merge request reports
Viewing commit
a0240023
Show latest version
7 files
+
132
−
47
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
a0240023
Improve tip on grid if cell with wrong value, compute solved grid on new game
· a0240023
Benoît Harrault
authored
Jul 25, 2021
android/gradle.properties
+
2
−
2
View file @ a0240023
Edit in single-file editor
Open in Web IDE
org.gradle.jvmargs
=
-Xmx1536M
android.useAndroidX
=
true
android.enableJetifier
=
true
app.versionName
=
0.0.3
8
app.versionCode
=
3
8
app.versionName
=
0.0.3
9
app.versionCode
=
3
9
Loading