Browse Source

Add an application ID suffix for development versions.

housekeeping/remove-warnings
Antoine POPINEAU 4 years ago
parent
commit
a3f84cc56c
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
  1. 1
      app/build.gradle.kts

1
app/build.gradle.kts

@ -62,6 +62,7 @@ android { @@ -62,6 +62,7 @@ android {
buildTypes {
getByName("debug") {
applicationIdSuffix = ".dev"
isDebuggable = true
resValue("string", "debug.hostname", props.getProperty("debug.hostname", ""))

Loading…
Cancel
Save