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,59 @@
package com.applovin.impl;
import com.applovin.impl.be;
import com.ironsource.mediationsdk.logger.IronSourceError;
/* loaded from: classes.dex */
final class zd {
public final be.a a;
public final long b;
public final long c;
public final long d;
public final long e;
public final boolean f;
public final boolean g;
public final boolean h;
public final boolean i;
public zd(be.a aVar, long j, long j2, long j3, long j4, boolean z, boolean z2, boolean z3, boolean z4) {
boolean z5 = false;
b1.a(!z4 || z2);
b1.a(!z3 || z2);
if (!z || (!z2 && !z3 && !z4)) {
z5 = true;
}
b1.a(z5);
this.a = aVar;
this.b = j;
this.c = j2;
this.d = j3;
this.e = j4;
this.f = z;
this.g = z2;
this.h = z3;
this.i = z4;
}
public zd b(long j) {
return j == this.b ? this : new zd(this.a, j, this.c, this.d, this.e, this.f, this.g, this.h, this.i);
}
public zd a(long j) {
return j == this.c ? this : new zd(this.a, this.b, j, this.d, this.e, this.f, this.g, this.h, this.i);
}
public boolean equals(Object obj) {
if (this == obj) {
return true;
}
if (obj == null || zd.class != obj.getClass()) {
return false;
}
zd zdVar = (zd) obj;
return this.b == zdVar.b && this.c == zdVar.c && this.d == zdVar.d && this.e == zdVar.e && this.f == zdVar.f && this.g == zdVar.g && this.h == zdVar.h && this.i == zdVar.i && xp.a(this.a, zdVar.a);
}
public int hashCode() {
return ((((((((((((((((this.a.hashCode() + IronSourceError.ERROR_NON_EXISTENT_INSTANCE) * 31) + ((int) this.b)) * 31) + ((int) this.c)) * 31) + ((int) this.d)) * 31) + ((int) this.e)) * 31) + (this.f ? 1 : 0)) * 31) + (this.g ? 1 : 0)) * 31) + (this.h ? 1 : 0)) * 31) + (this.i ? 1 : 0);
}
}