Add an application ID suffix for development versions.

housekeeping/remove-warnings
Antoine POPINEAU 2020-07-09 23:00:50 +02:00
rodzic 4b2cf10e78
commit a3f84cc56c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: A78AC64694F84063
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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