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,42 @@
package com.ironsource;
import kotlin.Result;
import kotlin.ResultKt;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.SourceDebugExtension;
import org.json.JSONObject;
@SourceDebugExtension({"SMAP\nAuctionResponseFetcher.kt\nKotlin\n*S Kotlin\n*F\n+ 1 AuctionResponseFetcher.kt\ncom/unity3d/ironsourceads/internal/auction/AuctionResponseFetcher\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n*L\n1#1,38:1\n1#2:39\n*E\n"})
/* loaded from: classes2.dex */
public final class d5 implements e5 {
private final String a;
private final oo b;
public d5(String encryptedAuctionResponse, oo providerName) {
Intrinsics.checkNotNullParameter(encryptedAuctionResponse, "encryptedAuctionResponse");
Intrinsics.checkNotNullParameter(providerName, "providerName");
this.a = encryptedAuctionResponse;
this.b = providerName;
}
@Override // com.ironsource.e5
public Object a() {
Object m4060constructorimpl;
String c = xa.b().c();
Intrinsics.checkNotNullExpressionValue(c, "getInstance().mediationKey");
pj pjVar = new pj(new t9(this.a, c));
try {
Result.Companion companion = Result.Companion;
m4060constructorimpl = Result.m4060constructorimpl(pjVar.a());
} catch (Throwable th) {
Result.Companion companion2 = Result.Companion;
m4060constructorimpl = Result.m4060constructorimpl(ResultKt.createFailure(th));
}
Throwable m4062exceptionOrNullimpl = Result.m4062exceptionOrNullimpl(m4060constructorimpl);
if (m4062exceptionOrNullimpl == null) {
return b5.h.a((JSONObject) m4060constructorimpl, this.b.value());
}
i9.d().a(m4062exceptionOrNullimpl);
return m4062exceptionOrNullimpl instanceof IllegalArgumentException ? Result.m4060constructorimpl(ResultKt.createFailure(new ef(hb.a.d()))) : Result.m4060constructorimpl(ResultKt.createFailure(new ef(hb.a.h())));
}
}