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,23 @@
package com.fyber.inneractive.sdk.player.exoplayer2;
import com.fyber.inneractive.sdk.player.exoplayer2.util.s;
import com.mbridge.msdk.playercommon.exoplayer2.C;
import java.util.UUID;
/* loaded from: classes2.dex */
public final class b {
public static final int a;
public static final UUID b;
static {
a = s.a < 23 ? 1020 : 6396;
b = new UUID(0L, 0L);
new UUID(1186680826959645954L, -5988876978535335093L);
new UUID(-1301668207276963122L, -6645017420763422227L);
new UUID(-7348484286925749626L, -6083546864340672619L);
}
public static long a(long j) {
return j == C.TIME_UNSET ? C.TIME_UNSET : j / 1000;
}
}