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,53 @@
package com.applovin.impl;
import android.os.Parcel;
import android.os.Parcelable;
import com.mbridge.msdk.playercommon.exoplayer2.C;
/* renamed from: com.applovin.impl.do, reason: invalid class name */
/* loaded from: classes.dex */
public final class Cdo extends sk {
public static final Parcelable.Creator<Cdo> CREATOR = new a();
public final long a;
public final long b;
private Cdo(long j, long j2) {
this.a = j;
this.b = j2;
}
public static Cdo a(bh bhVar, long j, ho hoVar) {
long a2 = a(bhVar, j);
return new Cdo(a2, hoVar.b(a2));
}
public /* synthetic */ Cdo(long j, long j2, a aVar) {
this(j, j2);
}
@Override // android.os.Parcelable
public void writeToParcel(Parcel parcel, int i) {
parcel.writeLong(this.a);
parcel.writeLong(this.b);
}
/* renamed from: com.applovin.impl.do$a */
public class a implements Parcelable.Creator {
@Override // android.os.Parcelable.Creator
/* renamed from: a, reason: merged with bridge method [inline-methods] */
public Cdo[] newArray(int i) {
return new Cdo[i];
}
@Override // android.os.Parcelable.Creator
/* renamed from: a, reason: merged with bridge method [inline-methods] */
public Cdo createFromParcel(Parcel parcel) {
return new Cdo(parcel.readLong(), parcel.readLong(), null);
}
}
public static long a(bh bhVar, long j) {
long w = bhVar.w();
return (128 & w) != 0 ? 8589934591L & ((((w & 1) << 32) | bhVar.y()) + j) : C.TIME_UNSET;
}
}