kopia lustrzana https://github.com/ryukoposting/Signal-Android
Bump version to 5.43.0
rodzic
088ce0077b
commit
efb82369b6
|
@ -57,8 +57,8 @@ ktlint {
|
||||||
version = "0.43.2"
|
version = "0.43.2"
|
||||||
}
|
}
|
||||||
|
|
||||||
def canonicalVersionCode = 1085
|
def canonicalVersionCode = 1086
|
||||||
def canonicalVersionName = "5.42.7"
|
def canonicalVersionName = "5.43.0"
|
||||||
|
|
||||||
def postFixSize = 100
|
def postFixSize = 100
|
||||||
def abiPostFix = ['universal' : 0,
|
def abiPostFix = ['universal' : 0,
|
||||||
|
|
|
@ -874,7 +874,6 @@ public class PushServiceSocket {
|
||||||
Single<ServiceResponse<IdentityCheckResponse>> requestSingle = Single.fromCallable(() -> {
|
Single<ServiceResponse<IdentityCheckResponse>> requestSingle = Single.fromCallable(() -> {
|
||||||
Response response = getServiceConnection(PROFILE_BATCH_CHECK_PATH, "POST", jsonRequestBody(JsonUtil.toJson(request)), Collections.emptyMap(), unidentifiedAccess, false);
|
Response response = getServiceConnection(PROFILE_BATCH_CHECK_PATH, "POST", jsonRequestBody(JsonUtil.toJson(request)), Collections.emptyMap(), unidentifiedAccess, false);
|
||||||
String body = response.body() != null ? response.body().string() : "";
|
String body = response.body() != null ? response.body().string() : "";
|
||||||
Log.e("CODY", "body: " + body);
|
|
||||||
return responseMapper.map(response.code(), body, response::header, unidentifiedAccess.isPresent());
|
return responseMapper.map(response.code(), body, response::header, unidentifiedAccess.isPresent());
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue