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,155 @@
package com.applovin.impl.sdk.network;
import com.applovin.impl.sdk.j;
import com.applovin.impl.sdk.network.a;
import com.applovin.impl.sj;
import com.applovin.impl.vi;
import java.util.Map;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public class e extends com.applovin.impl.sdk.network.a {
private String s;
private boolean t;
public e(a aVar) {
super(aVar);
this.s = aVar.r;
this.t = aVar.s;
}
public static a b(j jVar) {
return new a(jVar);
}
public String s() {
return this.s;
}
public boolean t() {
return this.s != null;
}
public boolean u() {
return this.t;
}
public static class a extends a.C0040a {
private String r;
private boolean s;
public a(j jVar) {
super(jVar);
this.h = ((Integer) jVar.a(sj.a3)).intValue();
this.i = ((Integer) jVar.a(sj.Z2)).intValue();
this.j = ((Integer) jVar.a(sj.j3)).intValue();
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: b, reason: merged with bridge method [inline-methods] */
public a a(vi.a aVar) {
this.q = aVar;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: b, reason: merged with bridge method [inline-methods] */
public a a(Object obj) {
this.g = obj;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: b, reason: merged with bridge method [inline-methods] */
public a a(JSONObject jSONObject) {
this.f = jSONObject;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: c, reason: merged with bridge method [inline-methods] */
public a a(Map map) {
this.e = map;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: d, reason: merged with bridge method [inline-methods] */
public a a(int i) {
this.h = i;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: d, reason: merged with bridge method [inline-methods] */
public a a(String str) {
this.c = str;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: d, reason: merged with bridge method [inline-methods] */
public a b(Map map) {
this.d = map;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: e, reason: merged with bridge method [inline-methods] */
public a b(int i) {
this.j = i;
return this;
}
public a e(String str) {
this.r = str;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: f, reason: merged with bridge method [inline-methods] */
public a c(int i) {
this.i = i;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: f, reason: merged with bridge method [inline-methods] */
public a b(String str) {
this.b = str;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: g, reason: merged with bridge method [inline-methods] */
public a c(String str) {
this.a = str;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: g, reason: merged with bridge method [inline-methods] */
public a a(boolean z) {
this.n = z;
return this;
}
public a h(boolean z) {
this.s = z;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: i, reason: merged with bridge method [inline-methods] */
public a b(boolean z) {
this.p = z;
return this;
}
@Override // com.applovin.impl.sdk.network.a.C0040a
/* renamed from: b, reason: merged with bridge method [inline-methods] */
public e a() {
return new e(this);
}
}
}