Skip to content

Commit

Permalink
code-push key改成Production的key
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardCao authored and RichardCao committed Feb 5, 2016
1 parent 85793d7 commit 52e3784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/containers/MainContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Main from '../pages/Main';
class MainContainer extends Component {
componentDidMount() {
codePush.sync({
deploymentKey: "U7ZF2kYt5EzV14JyIB22SLRhQ2KBV1Ifekvul",
deploymentKey: "RGOUfyINiLicZnld67aD0nrbRvyLV1Ifekvul",
updateDialog: {
optionalIgnoreButtonLabel: '稍后',
optionalInstallButtonLabel: '后台更新',
Expand Down

0 comments on commit 52e3784

Please sign in to comment.