Add an application ID suffix for development versions.

This commit is contained in:
Antoine POPINEAU 2020-07-09 23:00:50 +02:00
parent 4b2cf10e78
commit a3f84cc56c
No known key found for this signature in database
GPG Key ID: A78AC64694F84063
1 changed files with 1 additions and 0 deletions

View File

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