Commit f10326d2 authored by Michael Thomsen's avatar Michael Thomsen Committed by GitHub

Add app id to build.gradle template (#9552)

parent c3139844
...@@ -24,6 +24,9 @@ android { ...@@ -24,6 +24,9 @@ android {
defaultConfig { defaultConfig {
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "{{androidIdentifier}}"
} }
buildTypes { buildTypes {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment