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,82 @@
package com.applovin.impl;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.UUID;
/* loaded from: classes.dex */
public interface z7 {
public interface b {
void a(z7 z7Var, byte[] bArr, int i, int i2, byte[] bArr2);
}
public interface c {
z7 a(UUID uuid);
}
a a(byte[] bArr, List list, int i, HashMap hashMap);
void a();
void a(b bVar);
void a(byte[] bArr);
void a(byte[] bArr, byte[] bArr2);
boolean a(byte[] bArr, String str);
d b();
Map b(byte[] bArr);
byte[] b(byte[] bArr, byte[] bArr2);
int c();
void c(byte[] bArr);
z4 d(byte[] bArr);
byte[] d();
public static final class a {
private final byte[] a;
private final String b;
private final int c;
public byte[] a() {
return this.a;
}
public String b() {
return this.b;
}
public a(byte[] bArr, String str, int i) {
this.a = bArr;
this.b = str;
this.c = i;
}
}
public static final class d {
private final byte[] a;
private final String b;
public byte[] a() {
return this.a;
}
public String b() {
return this.b;
}
public d(byte[] bArr, String str) {
this.a = bArr;
this.b = str;
}
}
}