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,89 @@
package com.ironsource;
/* loaded from: classes2.dex */
public class a4 {
private boolean a;
private boolean b;
private boolean c;
private int d;
private String e;
private String f;
private int g;
private int h;
private int i;
private int[] j;
private int[] k;
private int[] l;
private int[] m;
public a4() {
}
public a4(boolean z, boolean z2, boolean z3, int i, String str, String str2, int i2, int i3, int i4, int[] iArr, int[] iArr2, int[] iArr3, int[] iArr4) {
this.a = z;
this.b = z2;
this.c = z3;
this.d = i;
this.e = str;
this.f = str2;
this.g = i2;
this.h = i3;
this.i = i4;
this.j = iArr;
this.k = iArr2;
this.l = iArr3;
this.m = iArr4;
}
public int a() {
return this.g;
}
public int b() {
return this.d;
}
public String c() {
return this.f;
}
public String d() {
return this.e;
}
public int e() {
return this.i;
}
public int f() {
return this.h;
}
public int[] g() {
return this.m;
}
public int[] h() {
return this.k;
}
public int[] i() {
return this.j;
}
public int[] j() {
return this.l;
}
public boolean k() {
return this.c;
}
public boolean l() {
return this.b;
}
public boolean m() {
return this.a;
}
}