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,30 @@
package com.tapjoy.internal;
/* loaded from: classes4.dex */
public final class k {
public static final k f = new k(0, 0, 0, 0.0d);
public final long a;
public final long b;
public final long c;
public final double d;
public long e;
public k(long j, long j2, long j3, double d) {
this.a = j;
this.b = j2;
this.c = j3;
this.d = d;
this.e = j;
}
public final boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || k.class != obj.getClass()) {
return false;
}
k kVar = (k) obj;
return this.a == kVar.a && this.b == kVar.b && this.c == kVar.c && this.d == kVar.d && this.e == kVar.e;
}
}