ApiClient missing method
creed-brightplan opened this issue · 3 comments
creed-brightplan commented
Im getting a method not found in this code because of getNetworkInterceptors$okhttp()
.
public boolean shouldRegisterNetworkInterceptor() {
return httpBuilder != null && httpBuilder.getNetworkInterceptors$okhttp() != null
&& httpBuilder.getNetworkInterceptors$okhttp().isEmpty();
}
Version: 1.0.23
William-Gao commented
Facing the same issue. Did you receive any resolution on this?
creed-brightplan commented
I had to downgrade to the previous version.
creed-brightplan commented
@William-Gao Looks like latest version works. If it works for you i can close this out.