Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SupriyaKalghatgi authored Oct 13, 2016
1 parent 046deae commit 53b9603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ $ react-native run-ios
. . .
buildTypes {
release {
buildConfigField "String", "CODEPUSH_KEY", "codepush production key"
buildConfigField "String", "CODEPUSH_KEY", '"codepush_production_key"'
. . .
}

debug {
buildConfigField "String", "CODEPUSH_KEY", "codepush staging key"
buildConfigField "String", "CODEPUSH_KEY", '"codepush_staging_key"'
}
}
. . .
Expand Down

0 comments on commit 53b9603

Please sign in to comment.