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,56 @@
package com.fyber.inneractive.sdk.config.global;
import com.fyber.inneractive.sdk.util.IAlog;
import com.mbridge.msdk.foundation.download.core.DownloadCommon;
import java.util.ArrayList;
import java.util.Iterator;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public final class b {
public String a;
public int b;
public final ArrayList c = new ArrayList();
public final ArrayList d = new ArrayList();
public static void a(b bVar, JSONObject jSONObject, boolean z) throws Exception {
String next;
d cVar;
if (jSONObject != null) {
Iterator<String> keys = jSONObject.keys();
while (keys.hasNext()) {
next = keys.next();
next.getClass();
switch (next) {
case "demand":
cVar = new c(jSONObject.getJSONArray(next), z);
break;
case "pub_id":
cVar = new i(jSONObject.getJSONArray(next), z);
break;
case "placement_type":
cVar = new h(jSONObject.getJSONArray(next), z);
break;
case "os":
cVar = new f(z, jSONObject.getString(next));
break;
case "sdk":
cVar = new j(z, jSONObject.getString(next));
break;
default:
cVar = null;
break;
}
if (cVar != null) {
bVar.d.add(cVar);
} else {
IAlog.a(String.format("%s: Unsupported filter type: %s", DownloadCommon.DOWNLOAD_REPORT_FIND_FILE_RESULT_VALUE_B, next), new Object[0]);
}
}
}
}
public final String toString() {
return String.format("experiment: id=%s, variants=%s, filters=%s", this.a, this.c, this.d);
}
}