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,32 @@
package com.applovin.impl;
/* loaded from: classes.dex */
final class hp {
public final String a;
public final float b;
public final float c;
public final int d;
public final int e;
public final float f;
public final float g;
public final int h;
public final float i;
public final int j;
public hp(String str) {
this(str, -3.4028235E38f, -3.4028235E38f, Integer.MIN_VALUE, Integer.MIN_VALUE, -3.4028235E38f, -3.4028235E38f, Integer.MIN_VALUE, -3.4028235E38f, Integer.MIN_VALUE);
}
public hp(String str, float f, float f2, int i, int i2, float f3, float f4, int i3, float f5, int i4) {
this.a = str;
this.b = f;
this.c = f2;
this.d = i;
this.e = i2;
this.f = f3;
this.g = f4;
this.h = i3;
this.i = f5;
this.j = i4;
}
}