Finish v1.46.18(506)
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good
All checks were successful
WMS - Android (New)/pipeline/head This commit looks good
This commit is contained in:
commit
65cfadcb6e
@ -10,8 +10,8 @@ apply plugin: 'com.google.gms.google-services'
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
|
|
||||||
def appVersionCode = 505
|
def appVersionCode = 506
|
||||||
def appVersionName = '1.46.17'
|
def appVersionName = '1.46.18'
|
||||||
|
|
||||||
signingConfigs {
|
signingConfigs {
|
||||||
release {
|
release {
|
||||||
|
|||||||
@ -55,7 +55,7 @@ public class AuthInterceptor implements Interceptor {
|
|||||||
.protocol(Protocol.HTTP_1_1)
|
.protocol(Protocol.HTTP_1_1)
|
||||||
.code(401)
|
.code(401)
|
||||||
.message("Unauthorized")
|
.message("Unauthorized")
|
||||||
.body(ResponseBody.create(new byte[0], null))
|
.body(ResponseBody.create(okhttp3.MediaType.get("application/json"), new byte[0]))
|
||||||
.build();
|
.build();
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
return chain.proceed(originalRequest);
|
return chain.proceed(originalRequest);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user