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,8 @@
package com.mbridge.msdk.video.dynview.e;
import java.util.Map;
/* loaded from: classes4.dex */
public interface a {
void a(Map<String, Object> map);
}

View File

@@ -0,0 +1,8 @@
package com.mbridge.msdk.video.dynview.e;
/* loaded from: classes4.dex */
public interface b {
void a();
void b();
}

View File

@@ -0,0 +1,10 @@
package com.mbridge.msdk.video.dynview.e;
import com.mbridge.msdk.foundation.entity.CampaignEx;
/* loaded from: classes4.dex */
public interface c {
void a();
void a(CampaignEx campaignEx, int i);
}

View File

@@ -0,0 +1,10 @@
package com.mbridge.msdk.video.dynview.e;
import com.mbridge.msdk.foundation.entity.CampaignEx;
/* loaded from: classes4.dex */
public interface d {
void countDownClick();
void itemClick(CampaignEx campaignEx);
}

View File

@@ -0,0 +1,11 @@
package com.mbridge.msdk.video.dynview.e;
import android.view.View;
import java.util.List;
/* loaded from: classes4.dex */
public interface e {
void a(View view, List<View> list);
void a(com.mbridge.msdk.video.dynview.c.a aVar);
}

View File

@@ -0,0 +1,6 @@
package com.mbridge.msdk.video.dynview.e;
/* loaded from: classes4.dex */
public interface f {
void a();
}

View File

@@ -0,0 +1,11 @@
package com.mbridge.msdk.video.dynview.e;
import android.view.ViewGroup;
import com.mbridge.msdk.foundation.entity.CampaignUnit;
/* loaded from: classes4.dex */
public interface g {
void a(int i, String str);
void a(ViewGroup viewGroup, CampaignUnit campaignUnit);
}

View File

@@ -0,0 +1,8 @@
package com.mbridge.msdk.video.dynview.e;
/* loaded from: classes4.dex */
public interface h {
void viewInflaterFail(com.mbridge.msdk.video.dynview.c.a aVar);
void viewInflaterSuccess(com.mbridge.msdk.video.dynview.a aVar);
}