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