Authored by ping

update

... ... @@ -32,7 +32,7 @@
type = 'ios';
appid = '490655927';
} else if (agent.indexOf('android') > -1 || agent.indexOf('linux') > -1) {
version = agent.substr(agent.indexOf('android') + 8, 3);
version = agent.substr(agent.indexOf('android') + 8, 5);
type = 'android';
appid = 'com.yoho';
}
... ...