Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.reversi
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.reversi
Merge requests
!21
Resolve "Improve build process"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Improve build process"
22-improve-build-process
into
master
Overview
0
Commits
1
Pipelines
3
Changes
16
Merged
Benoît Harrault
requested to merge
22-improve-build-process
into
master
5 months ago
Overview
0
Commits
1
Pipelines
3
Changes
16
Expand
Closes
#22 (closed)
0
0
Merge request reports
Viewing commit
4c747fd1
Show latest version
16 files
+
118
−
86
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
16
Search (e.g. *.vue) (Ctrl+P)
4c747fd1
Improve build process
· 4c747fd1
Benoît Harrault
authored
5 months ago
android/app/src/debug/AndroidManifest.xml
+
1
−
5
Options
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.benoitharrault.reversi"
>
<!-- Flutter needs it to communicate with the running application
to allow setting breakpoints, to provide hot reload, etc.
-->
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
>
<uses-permission
android:name=
"android.permission.INTERNET"
/>
</manifest>
Loading