mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-10 15:49:36 +08:00
11 lines
242 B
JavaScript
11 lines
242 B
JavaScript
export default {
|
|
deploymentKey: "myKey123",
|
|
description: "Angry flappy birds",
|
|
appVersion: "1.5.0",
|
|
label: "2.4.0",
|
|
isMandatory: false,
|
|
isAvailable: true,
|
|
updateAppVersion: false,
|
|
packageHash: "hash240",
|
|
packageSize: 1024
|
|
}; |