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,51 @@
package com.ironsource;
import com.ironsource.mediationsdk.logger.IronLog;
import com.ironsource.v8;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public class nj {
private String a;
private JSONObject b;
private String c;
private String d;
public nj(JSONObject jSONObject) {
this.a = jSONObject.optString(v8.f.b);
this.b = jSONObject.optJSONObject(v8.f.c);
this.c = jSONObject.optString("success");
this.d = jSONObject.optString(v8.f.e);
}
public String a() {
return this.d;
}
public String b() {
return this.a;
}
public JSONObject c() {
return this.b;
}
public String d() {
return this.c;
}
public JSONObject e() {
JSONObject jSONObject = new JSONObject();
try {
jSONObject.put(v8.f.b, this.a);
jSONObject.put(v8.f.c, this.b);
jSONObject.put("success", this.c);
jSONObject.put(v8.f.e, this.d);
} catch (JSONException e) {
i9.d().a(e);
IronLog.INTERNAL.error(e.toString());
}
return jSONObject;
}
}