Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.random
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.random
Commits
9a430e45
Commit
9a430e45
authored
2 years ago
by
Benoît Harrault
Browse files
Options
Downloads
Plain Diff
Merge branch '22-upgrade-flutter-framework-and-dependencies' into 'master'
Resolve "Upgrade Flutter framework and dependencies" Closes
#22
See merge request
!19
parents
da1de3e2
ae79c46d
No related branches found
No related tags found
1 merge request
!19
Resolve "Upgrade Flutter framework and dependencies"
Pipeline
#2984
passed
2 years ago
Stage: deploy
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
android/gradle.properties
+2
-2
2 additions, 2 deletions
android/gradle.properties
lib/main.dart
+1
-1
1 addition, 1 deletion
lib/main.dart
pubspec.yaml
+1
-1
1 addition, 1 deletion
pubspec.yaml
with
4 additions
and
4 deletions
android/gradle.properties
+
2
−
2
View file @
9a430e45
org.gradle.jvmargs
=
-Xmx1536M
android.useAndroidX
=
true
android.enableJetifier
=
true
app.versionName
=
1.0.1
1
app.versionCode
=
1
2
app.versionName
=
1.0.1
2
app.versionCode
=
1
3
This diff is collapsed.
Click to expand it.
lib/main.dart
+
1
−
1
View file @
9a430e45
...
...
@@ -18,7 +18,7 @@ class MyApp extends StatelessWidget {
}
class
MyHomePage
extends
StatefulWidget
{
MyHomePage
({
Key
key
,
this
.
title
})
:
super
(
key:
key
);
MyHomePage
({
Key
?
key
,
required
this
.
title
})
:
super
(
key:
key
);
final
String
title
;
...
...
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
1
−
1
View file @
9a430e45
...
...
@@ -4,7 +4,7 @@ publish_to: 'none'
version
:
1.0.0+1
environment
:
sdk
:
"
>=2.
7.0
<3.0.0"
sdk
:
"
>=2.
16.1
<3.0.0"
dependencies
:
flutter
:
...
...
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