chore: include androidSdkVersion param in Android requests

This commit is contained in:
LuanRT
2022-08-12 00:30:14 -03:00
parent 63ae9061eb
commit c10cce1e2a
3 changed files with 4 additions and 1 deletions

View File

@@ -135,6 +135,7 @@ export default class HTTPClient {
ctx.client.clientVersion = Constants.CLIENTS.ANDROID.VERSION;
ctx.client.clientFormFactor = 'SMALL_FORM_FACTOR';
ctx.client.clientName = Constants.CLIENTS.ANDROID.NAME;
ctx.client.androidSdkVersion = Constants.CLIENTS.ANDROID.SDK_VERSION;
break;
default:
break;