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 android.os.Bundle;
import com.applovin.exoplayer2.common.base.Objects;
import com.applovin.impl.o2;
/* loaded from: classes.dex */
public final class gh extends ki {
public static final o2.a c = new o2.a() { // from class: com.applovin.impl.gh$$ExternalSyntheticLambda0
@Override // com.applovin.impl.o2.a
public final o2 a(Bundle bundle) {
gh b;
b = gh.b(bundle);
return b;
}
};
private final float b;
public gh() {
this.b = -1.0f;
}
public int hashCode() {
return Objects.hashCode(Float.valueOf(this.b));
}
public boolean equals(Object obj) {
return (obj instanceof gh) && this.b == ((gh) obj).b;
}
public gh(float f) {
b1.a(f >= 0.0f && f <= 100.0f, "percent must be in the range of [0, 100]");
this.b = f;
}
/* JADX INFO: Access modifiers changed from: private */
public static gh b(Bundle bundle) {
b1.a(bundle.getInt(a(0), -1) == 1);
float f = bundle.getFloat(a(1), -1.0f);
return f == -1.0f ? new gh() : new gh(f);
}
private static String a(int i) {
return Integer.toString(i, 36);
}
}