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,46 @@
package com.applovin.impl;
import java.util.Collections;
import java.util.List;
import java.util.Map;
/* loaded from: classes.dex */
final class kp implements nl {
private final gp a;
private final long[] b;
private final Map c;
private final Map d;
private final Map f;
public kp(gp gpVar, Map map, Map map2, Map map3) {
this.a = gpVar;
this.d = map2;
this.f = map3;
this.c = map != null ? Collections.unmodifiableMap(map) : Collections.emptyMap();
this.b = gpVar.b();
}
@Override // com.applovin.impl.nl
public long a(int i) {
return this.b[i];
}
@Override // com.applovin.impl.nl
public List b(long j) {
return this.a.a(j, this.c, this.d, this.f);
}
@Override // com.applovin.impl.nl
public int a() {
return this.b.length;
}
@Override // com.applovin.impl.nl
public int a(long j) {
int a = xp.a(this.b, j, false, false);
if (a < this.b.length) {
return a;
}
return -1;
}
}