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
Merge requests
!61
Resolve "Use flutter linter and apply lints"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Use flutter linter and apply lints"
66-use-flutter-linter-and-apply-lints
into
master
Overview
0
Commits
1
Pipelines
3
Changes
15
Merged
Benoît Harrault
requested to merge
66-use-flutter-linter-and-apply-lints
into
master
1 year ago
Overview
0
Commits
1
Pipelines
3
Changes
15
Expand
Closes
#66 (closed)
0
0
Merge request reports
Viewing commit
d59d37b6
Show latest version
15 files
+
268
−
243
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
d59d37b6
Use flutter linter, apply lints, update dependencies
· d59d37b6
Benoît Harrault
authored
1 year ago
android/app/build.gradle
+
1
−
1
Options
@@ -44,7 +44,7 @@ android {
defaultConfig
{
applicationId
"org.benoitharrault.puzzlegame"
minSdkVersion
16
minSdkVersion
flutter
.
minSdkVersion
targetSdkVersion
30
versionCode
appVersionCode
.
toInteger
()
versionName
appVersionName
Loading