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,36 @@
package com.google.android.gms.internal.p000authapi;
import com.google.android.gms.common.Feature;
/* loaded from: classes3.dex */
public final class zbas {
public static final Feature zba;
public static final Feature zbb;
public static final Feature zbc;
public static final Feature zbd;
public static final Feature zbe;
public static final Feature zbf;
public static final Feature zbg;
public static final Feature zbh;
public static final Feature[] zbi;
static {
Feature feature = new Feature("auth_api_credentials_begin_sign_in", 9L);
zba = feature;
Feature feature2 = new Feature("auth_api_credentials_sign_out", 2L);
zbb = feature2;
Feature feature3 = new Feature("auth_api_credentials_authorize", 1L);
zbc = feature3;
Feature feature4 = new Feature("auth_api_credentials_revoke_access", 1L);
zbd = feature4;
Feature feature5 = new Feature("auth_api_credentials_save_password", 4L);
zbe = feature5;
Feature feature6 = new Feature("auth_api_credentials_get_sign_in_intent", 6L);
zbf = feature6;
Feature feature7 = new Feature("auth_api_credentials_save_account_linking_token", 3L);
zbg = feature7;
Feature feature8 = new Feature("auth_api_credentials_get_phone_number_hint_intent", 3L);
zbh = feature8;
zbi = new Feature[]{feature, feature2, feature3, feature4, feature5, feature6, feature7, feature8};
}
}