Files
rr3-apk/decompiled-community/sources/com/fyber/inneractive/sdk/network/x.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

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;
}
}