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,45 @@
package com.fyber.inneractive.sdk.protobuf;
import java.io.IOException;
/* loaded from: classes2.dex */
public final class m {
public final l a;
public m(l lVar) {
l lVar2 = (l) y.a(lVar, "output");
this.a = lVar2;
lVar2.a = this;
}
public final void a(float f, int i) throws IOException {
l lVar = this.a;
lVar.getClass();
lVar.b(i, Float.floatToRawIntBits(f));
}
public final void b(int i, d1 d1Var, Object obj) throws IOException {
this.a.a(i, (o0) obj, d1Var);
}
public final void a(int i, double d) throws IOException {
l lVar = this.a;
lVar.getClass();
lVar.a(i, Double.doubleToRawLongBits(d));
}
public final void a(int i, int i2) throws IOException {
this.a.e(i, l.f(i2));
}
public final void a(int i, long j) throws IOException {
this.a.b(i, l.b(j));
}
public final void a(int i, d1 d1Var, Object obj) throws IOException {
l lVar = this.a;
lVar.d(i, 3);
d1Var.a(obj, lVar.a);
lVar.d(i, 4);
}
}