Merge branch 'master' into group-feature

This commit is contained in:
Denis barbaron
2020-01-24 10:47:35 +01:00
26 changed files with 803 additions and 47 deletions

View File

@@ -1210,6 +1210,7 @@ dbapi.saveDeviceIdentity = function(serial, identity) {
, product: identity.product
, cpuPlatform: identity.cpuPlatform
, openGLESVersion: identity.openGLESVersion
, marketName: identity.marketName
}))
}