Update android multi deployment testing docs (#1562)
This commit is contained in:
Родитель
dd41695117
Коммит
3c98696b0b
|
@ -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']
|
||||
...
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче