- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
36 lines
921 B
Java
36 lines
921 B
Java
package com.fyber.inneractive.sdk.network;
|
|
|
|
import java.util.List;
|
|
import okhttp3.OkHttpClient;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class x {
|
|
public static final x c = new x();
|
|
public final i a = new i();
|
|
public w0 b;
|
|
|
|
public static x a() {
|
|
return c;
|
|
}
|
|
|
|
public final g b() {
|
|
String str;
|
|
if (this.b == null) {
|
|
try {
|
|
str = System.getProperty("fyber.marketplace.http_executor_stack_name");
|
|
} catch (Throwable unused) {
|
|
str = "hurl";
|
|
}
|
|
if (str != null && str.equals("okhttp")) {
|
|
try {
|
|
List list = OkHttpClient.DEFAULT_PROTOCOLS;
|
|
this.b = new w0();
|
|
} catch (ClassNotFoundException unused2) {
|
|
}
|
|
}
|
|
}
|
|
w0 w0Var = this.b;
|
|
return w0Var != null ? w0Var : this.a;
|
|
}
|
|
}
|