android:label="{{ cookiecutter.product_name }}"
This commit is contained in:
parent
52d86b3bd3
commit
4ffc1adf42
|
|
@ -2,7 +2,7 @@
|
|||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.RECORD_AUDIO" />
|
||||
<application
|
||||
android:label="{{ cookiecutter.project_name }}"
|
||||
android:label="{{ cookiecutter.product_name }}"
|
||||
android:name="${applicationName}"
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
|
|
|
|||
Loading…
Reference in New Issue