Bump version to 5.43.0
This commit is contained in:
parent
088ce0077b
commit
efb82369b6
2 changed files with 2 additions and 3 deletions
|
@ -57,8 +57,8 @@ ktlint {
|
|||
version = "0.43.2"
|
||||
}
|
||||
|
||||
def canonicalVersionCode = 1085
|
||||
def canonicalVersionName = "5.42.7"
|
||||
def canonicalVersionCode = 1086
|
||||
def canonicalVersionName = "5.43.0"
|
||||
|
||||
def postFixSize = 100
|
||||
def abiPostFix = ['universal' : 0,
|
||||
|
|
|
@ -874,7 +874,6 @@ public class PushServiceSocket {
|
|||
Single<ServiceResponse<IdentityCheckResponse>> requestSingle = Single.fromCallable(() -> {
|
||||
Response response = getServiceConnection(PROFILE_BATCH_CHECK_PATH, "POST", jsonRequestBody(JsonUtil.toJson(request)), Collections.emptyMap(), unidentifiedAccess, false);
|
||||
String body = response.body() != null ? response.body().string() : "";
|
||||
Log.e("CODY", "body: " + body);
|
||||
return responseMapper.map(response.code(), body, response::header, unidentifiedAccess.isPresent());
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue