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,44 @@
package com.ironsource;
import com.ironsource.mediationsdk.IronSource;
import com.ironsource.mediationsdk.model.Placement;
import com.unity3d.mediation.LevelPlayAdSize;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
/* loaded from: classes2.dex */
public final class c6 extends b1 {
private final LevelPlayAdSize f;
private final Boolean g;
private final Long h;
public c6() {
this("", null, null, null, null, null, 62, null);
}
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public c6(String adUnitId, Placement placement, LevelPlayAdSize adSize, Boolean bool, Long l, ts tsVar) {
super(IronSource.AD_UNIT.BANNER, adUnitId, placement, tsVar);
Intrinsics.checkNotNullParameter(adUnitId, "adUnitId");
Intrinsics.checkNotNullParameter(adSize, "adSize");
this.f = adSize;
this.g = bool;
this.h = l;
}
public /* synthetic */ c6(String str, Placement placement, LevelPlayAdSize levelPlayAdSize, Boolean bool, Long l, ts tsVar, int i, DefaultConstructorMarker defaultConstructorMarker) {
this(str, (i & 2) != 0 ? null : placement, (i & 4) != 0 ? LevelPlayAdSize.BANNER : levelPlayAdSize, (i & 8) != 0 ? null : bool, (i & 16) != 0 ? null : l, (i & 32) == 0 ? tsVar : null);
}
public final LevelPlayAdSize g() {
return this.f;
}
public final Boolean h() {
return this.g;
}
public final Long i() {
return this.h;
}
}