Update android multi deployment testing docs (#1562)

This commit is contained in:
Yuri Kulikov 2019-04-22 10:29:33 +03:00 коммит произвёл GitHub
Родитель dd41695117
Коммит 3c98696b0b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -26,6 +26,9 @@ To set this up, perform the following steps:
releaseStaging {
...
buildConfigField "String", "CODEPUSH_KEY", '"<INSERT_STAGING_KEY>"'
// Note: It is a good idea to provide matchingFallbacks for the new buildType you create to prevent build issues
// Add the following line if not already there
matchingFallbacks = ['release']
...
}