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,62 @@
package com.applovin.impl;
import java.util.HashSet;
import java.util.Set;
/* loaded from: classes.dex */
public class we {
private static final Set b = new HashSet();
public static final we c = a("ar");
public static final we d = a("ttdasi_ms");
private String a;
public interface a {
Object a(Object obj);
}
public String a() {
return this.a;
}
public String toString() {
return this.a;
}
private we(String str) {
this.a = str;
}
public boolean a(Object obj) {
return obj instanceof we;
}
public boolean equals(Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof we)) {
return false;
}
we weVar = (we) obj;
if (!weVar.a(this)) {
return false;
}
String a2 = a();
String a3 = weVar.a();
return a2 != null ? a2.equals(a3) : a3 == null;
}
public int hashCode() {
String a2 = a();
return (a2 == null ? 43 : a2.hashCode()) + 59;
}
private static we a(String str) {
Set set = b;
if (!set.contains(str)) {
set.add(str);
return new we(str);
}
throw new IllegalArgumentException("Key has already been used: " + str);
}
}