Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.puissance4
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.puissance4
Merge requests
!1
Resolve "Init application"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Init application"
1-init-application
into
master
Overview
0
Commits
1
Pipelines
16
Changes
73
Merged
Resolve "Init application"
Benoît Harrault
requested to merge
1-init-application
into
master
Apr 1, 2021
Overview
0
Commits
1
Pipelines
16
Changes
2
Closes
#1 (closed)
Edited
Apr 1, 2021
by
Benoît Harrault
0
0
Merge request reports
Compare
version 7
version 13
4b98c7ce
Apr 1, 2021
version 12
f0077eab
Apr 1, 2021
version 11
d49ab9c7
Apr 1, 2021
version 10
8a8d7e3f
Apr 1, 2021
version 9
26b7364f
Apr 1, 2021
version 8
06154486
Apr 1, 2021
version 7
865bc2cc
Apr 1, 2021
version 6
99593874
Apr 1, 2021
version 5
181f3741
Apr 1, 2021
version 4
d4f61099
Apr 1, 2021
version 3
e9cf5c17
Apr 1, 2021
version 2
aeaa079c
Apr 1, 2021
version 1
8693033e
Apr 1, 2021
master (base)
and
latest version
latest version
f05e8d78
1 commit,
Apr 1, 2021
version 13
4b98c7ce
1 commit,
Apr 1, 2021
version 12
f0077eab
1 commit,
Apr 1, 2021
version 11
d49ab9c7
1 commit,
Apr 1, 2021
version 10
8a8d7e3f
1 commit,
Apr 1, 2021
version 9
26b7364f
1 commit,
Apr 1, 2021
version 8
06154486
1 commit,
Apr 1, 2021
version 7
865bc2cc
1 commit,
Apr 1, 2021
version 6
99593874
1 commit,
Apr 1, 2021
version 5
181f3741
1 commit,
Apr 1, 2021
version 4
d4f61099
1 commit,
Apr 1, 2021
version 3
e9cf5c17
1 commit,
Apr 1, 2021
version 2
aeaa079c
1 commit,
Apr 1, 2021
version 1
8693033e
1 commit,
Apr 1, 2021
Show latest version
2 files
+
13
−
8
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
android/app/build.gradle
+
0
−
5
View file @ f05e8d78
Edit in single-file editor
Open in Web IDE
Show full file
@@ -61,8 +61,6 @@ android {
}
signingConfigs
{
debug
{
}
release
{
keyAlias
keystoreProperties
[
'keyAlias'
]
keyPassword
keystoreProperties
[
'keyPassword'
]
@@ -71,9 +69,6 @@ android {
}
}
buildTypes
{
debug
{
signingConfig
signingConfigs
.
debug
}
release
{
signingConfig
signingConfigs
.
release
}
Loading