Commit c7d76084 authored by William Goszal's avatar William Goszal 🚴

di Login, app_version di request ambil langsung dari manifest aja

parent 3b96fe36
...@@ -182,7 +182,7 @@ class Login extends React.Component { ...@@ -182,7 +182,7 @@ class Login extends React.Component {
"device_id": this.props.device_id, "device_id": this.props.device_id,
"os_name": this.props.os_name, "os_name": this.props.os_name,
"os_version": this.props.os_version, "os_version": this.props.os_version,
"app_version": this.props.app_version, "app_version": Constants.manifest.version,
"build_number": Constants.manifest.extra.buildNumber "build_number": Constants.manifest.extra.buildNumber
} }
console.log(params) console.log(params)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment