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
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
package com.ironsource;
import java.util.HashSet;
import java.util.List;
import kotlin.collections.CollectionsKt___CollectionsKt;
import kotlin.jvm.internal.Intrinsics;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public final class w3 {
private final boolean a;
private final HashSet<String> b;
private final String c;
private final String d;
private final boolean e;
private final int f;
private final boolean g;
public w3(JSONObject applicationCrashReporterSettings) {
Intrinsics.checkNotNullParameter(applicationCrashReporterSettings, "applicationCrashReporterSettings");
this.a = applicationCrashReporterSettings.optBoolean("enabled", false);
List<String> b = hj.b(applicationCrashReporterSettings.optJSONArray(y3.b));
this.b = b != null ? CollectionsKt___CollectionsKt.toHashSet(b) : null;
String optString = applicationCrashReporterSettings.optString(y3.c);
Intrinsics.checkNotNullExpressionValue(optString, "applicationCrashReporter…(CRASHREPORTER_URL_FIELD)");
this.c = optString;
String optString2 = applicationCrashReporterSettings.optString(y3.d);
Intrinsics.checkNotNullExpressionValue(optString2, "applicationCrashReporter…SHREPORTER_KEYWORD_FIELD)");
this.d = optString2;
this.e = applicationCrashReporterSettings.optBoolean(y3.e, false);
this.f = applicationCrashReporterSettings.optInt("timeout", 5000);
this.g = applicationCrashReporterSettings.optBoolean(y3.g, false);
}
public final int a() {
return this.f;
}
public final HashSet<String> b() {
return this.b;
}
public final String c() {
return this.d;
}
public final String d() {
return this.c;
}
public final boolean e() {
return this.e;
}
public final boolean f() {
return this.a;
}
public final boolean g() {
return this.g;
}
}