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;
/* loaded from: classes.dex */
final class kl implements nl {
private final b5[] a;
private final long[] b;
public kl(b5[] b5VarArr, long[] jArr) {
this.a = b5VarArr;
this.b = jArr;
}
@Override // com.applovin.impl.nl
public long a(int i) {
b1.a(i >= 0);
b1.a(i < this.b.length);
return this.b[i];
}
@Override // com.applovin.impl.nl
public List b(long j) {
b5 b5Var;
int b = xp.b(this.b, j, true, false);
if (b != -1 && (b5Var = this.a[b]) != b5.s) {
return Collections.singletonList(b5Var);
}
return Collections.emptyList();
}
@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;
}
}