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
b6ef4ccb
Commit
b6ef4ccb
authored
1 year ago
by
Benoît Harrault
Browse files
Options
Downloads
Plain Diff
Merge branch '63-remove-build-debug-step-in-master-branch-2' into 'master'
Resolve "Remove build-debug step in master branch" Closes
#63
See merge request
!61
parents
6885287d
3186cfe7
No related branches found
Branches containing commit
No related tags found
1 merge request
!61
Resolve "Remove build-debug step in master branch"
Pipeline
#5462
passed
1 year ago
Stage: build-debug
Changes
3
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-2
0 additions, 2 deletions
.gitlab-ci.yml
android/gradle.properties
+2
-2
2 additions, 2 deletions
android/gradle.properties
pubspec.yaml
+1
-1
1 addition, 1 deletion
pubspec.yaml
with
3 additions
and
5 deletions
.gitlab-ci.yml
+
0
−
2
View file @
b6ef4ccb
...
...
@@ -40,8 +40,6 @@ android:build-release:
-
master
except
:
-
tags
dependencies
:
-
android:build-debug
script
:
# Flutter local configuration
-
echo flutter.sdk=$FLUTTER_PATH > android/local.properties
...
...
This diff is collapsed.
Click to expand it.
android/gradle.properties
+
2
−
2
View file @
b6ef4ccb
org.gradle.jvmargs
=
-Xmx1536M
android.useAndroidX
=
true
android.enableJetifier
=
true
app.versionName
=
1.0.
49
app.versionCode
=
5
0
app.versionName
=
1.0.
50
app.versionCode
=
5
1
This diff is collapsed.
Click to expand it.
pubspec.yaml
+
1
−
1
View file @
b6ef4ccb
...
...
@@ -3,7 +3,7 @@ description: A random application, for testing purpose only.
publish_to
:
'
none'
version
:
1.0.
49+50
version
:
1.0.
50+51
environment
:
sdk
:
'
^3.0.0'
...
...
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