diff --git a/cookiecutter.json b/cookiecutter.json index adbf6a1..aa49e8f 100644 --- a/cookiecutter.json +++ b/cookiecutter.json @@ -5,6 +5,7 @@ "app_name": "{{ cookiecutter.formal_name|lower|replace(' ', '-') }}", "module_name": "{{ cookiecutter.app_name|replace('-', '_') }}", "bundle": "com.example", + "bundle_identifier": "com.example.my-app", "package_name": "{{ cookiecutter.bundle|replace('-', '_') }}", "primary_color": "#008577", "primary_color_dark": "#00574B", diff --git a/{{ cookiecutter.format }}/app/src/main/AndroidManifest.xml b/{{ cookiecutter.format }}/app/src/main/AndroidManifest.xml index 2f234ee..5a0d5f1 100644 --- a/{{ cookiecutter.format }}/app/src/main/AndroidManifest.xml +++ b/{{ cookiecutter.format }}/app/src/main/AndroidManifest.xml @@ -34,7 +34,7 @@