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
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
Merged
Resolve "Init application"
1-init-application
into
master
Overview
0
Commits
1
Pipelines
16
Changes
73
Merged
Benoît Harrault
requested to merge
1-init-application
into
master
4 years ago
Overview
0
Commits
1
Pipelines
16
Changes
73
Expand
Closes
#1 (closed)
Edited
4 years ago
by
Benoît Harrault
0
0
Merge request reports
Compare
master
version 13
4b98c7ce
4 years ago
version 12
f0077eab
4 years ago
version 11
d49ab9c7
4 years ago
version 10
8a8d7e3f
4 years ago
version 9
26b7364f
4 years ago
version 8
06154486
4 years ago
version 7
865bc2cc
4 years ago
version 6
99593874
4 years ago
version 5
181f3741
4 years ago
version 4
d4f61099
4 years ago
version 3
e9cf5c17
4 years ago
version 2
aeaa079c
4 years ago
version 1
8693033e
4 years ago
master (base)
and
latest version
latest version
f05e8d78
1 commit,
4 years ago
version 13
4b98c7ce
1 commit,
4 years ago
version 12
f0077eab
1 commit,
4 years ago
version 11
d49ab9c7
1 commit,
4 years ago
version 10
8a8d7e3f
1 commit,
4 years ago
version 9
26b7364f
1 commit,
4 years ago
version 8
06154486
1 commit,
4 years ago
version 7
865bc2cc
1 commit,
4 years ago
version 6
99593874
1 commit,
4 years ago
version 5
181f3741
1 commit,
4 years ago
version 4
d4f61099
1 commit,
4 years ago
version 3
e9cf5c17
1 commit,
4 years ago
version 2
aeaa079c
1 commit,
4 years ago
version 1
8693033e
1 commit,
4 years ago
73 files
+
2508
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
73
Search (e.g. *.vue) (Ctrl+P)
android/app/src/debug/AndroidManifest.xml
0 → 100644
+
7
−
0
Options
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.benoitharrault.puissance4"
>
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<uses-permission
android:name=
"android.permission.INTERNET"
/>
</manifest>
Loading