Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 3c98696

Browse files
author
Yuri Kulikov
authored
Update android multi deployment testing docs (#1562)
1 parent dd41695 commit 3c98696

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/multi-deployment-testing-android.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ To set this up, perform the following steps:
2626
releaseStaging {
2727
...
2828
buildConfigField "String", "CODEPUSH_KEY", '"<INSERT_STAGING_KEY>"'
29+
// Note: It is a good idea to provide matchingFallbacks for the new buildType you create to prevent build issues
30+
// Add the following line if not already there
31+
matchingFallbacks = ['release']
2932
...
3033
}
3134

0 commit comments

Comments
 (0)