From 2fba9893d8309fa39f63f4bba12f43bae556cad0 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 6 Feb 2020 14:50:24 +0100 Subject: [PATCH] Update build.gradle to use the proper application id --- .../{{cookiecutter.app_name}}/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/scaffolder/templates/android-kotlin-app-template/{{cookiecutter.app_name}}/app/build.gradle b/backend/scaffolder/templates/android-kotlin-app-template/{{cookiecutter.app_name}}/app/build.gradle index 3680aac19c..3f985e756e 100644 --- a/backend/scaffolder/templates/android-kotlin-app-template/{{cookiecutter.app_name}}/app/build.gradle +++ b/backend/scaffolder/templates/android-kotlin-app-template/{{cookiecutter.app_name}}/app/build.gradle @@ -7,7 +7,7 @@ android { buildToolsVersion "29.0.2" defaultConfig { - applicationId {{cookiecutter.app_id}} + applicationId "{{cookiecutter.app_id}}" minSdkVersion 21 targetSdkVersion 29 versionCode 1