Update AndroidManifest.xml
This commit is contained in:
parent
460cced897
commit
f5dff86e51
|
|
@ -1,4 +1,5 @@
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
|
<uses-permission android:name="android.permission.INTERNET"/>
|
||||||
<application
|
<application
|
||||||
android:label="{{ cookiecutter.project_name }}"
|
android:label="{{ cookiecutter.project_name }}"
|
||||||
android:name="${applicationName}"
|
android:name="${applicationName}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue