Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
org.benoitharrault.calculus
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.calculus
Merge requests
!1
Resolve "Create initial empty application"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Create initial empty application"
1-create-initial-empty-application
into
master
Overview
0
Commits
1
Pipelines
1
Changes
64
Merged
Benoît Harrault
requested to merge
1-create-initial-empty-application
into
master
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
64
Closes
#1 (closed)
Edited
3 years ago
by
Benoît Harrault
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3cbbcac9
1 commit,
3 years ago
64 files
+
2325
−
92
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
64
android/app/src/debug/AndroidManifest.xml
0 → 100644
+
7
−
0
View file @ 3cbbcac9
Edit in single-file editor
Open in Web IDE
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.benoitharrault.calculus"
>
<!-- 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