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,107 @@
package com.ironsource;
import android.util.Pair;
import java.util.ArrayList;
import java.util.List;
/* loaded from: classes2.dex */
public final class pb {
private String a;
private boolean b;
private String c;
private ke d;
private boolean e;
private ArrayList<Pair<String, String>> f;
public static class a {
private String a;
private ke d;
private boolean b = false;
private String c = "POST";
private boolean e = false;
private ArrayList<Pair<String, String>> f = new ArrayList<>();
public a(String str) {
this.a = "";
if (str == null || str.isEmpty()) {
return;
}
this.a = str;
}
public a a(Pair<String, String> pair) {
this.f.add(pair);
return this;
}
public a a(ke keVar) {
this.d = keVar;
return this;
}
public a a(List<Pair<String, String>> list) {
this.f.addAll(list);
return this;
}
public a a(boolean z) {
this.e = z;
return this;
}
public pb a() {
return new pb(this);
}
public a b() {
this.c = "GET";
return this;
}
public a b(boolean z) {
this.b = z;
return this;
}
public a c() {
this.c = "POST";
return this;
}
}
public pb(a aVar) {
this.e = false;
this.a = aVar.a;
this.b = aVar.b;
this.c = aVar.c;
this.d = aVar.d;
this.e = aVar.e;
if (aVar.f != null) {
this.f = new ArrayList<>(aVar.f);
}
}
public boolean a() {
return this.b;
}
public String b() {
return this.a;
}
public ke c() {
return this.d;
}
public ArrayList<Pair<String, String>> d() {
return new ArrayList<>(this.f);
}
public String e() {
return this.c;
}
public boolean f() {
return this.e;
}
}