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,54 @@
package com.google.android.gms.measurement.internal;
import com.google.android.gms.common.internal.Preconditions;
/* loaded from: classes3.dex */
final class zzbb {
final String zza;
final String zzb;
final long zzc;
final long zzd;
final long zze;
final long zzf;
final long zzg;
final Long zzh;
final Long zzi;
final Long zzj;
final Boolean zzk;
public final zzbb zza(Long l, Long l2, Boolean bool) {
return new zzbb(this.zza, this.zzb, this.zzc, this.zzd, this.zze, this.zzf, this.zzg, this.zzh, l, l2, (bool == null || bool.booleanValue()) ? bool : null);
}
public final zzbb zza(long j, long j2) {
return new zzbb(this.zza, this.zzb, this.zzc, this.zzd, this.zze, this.zzf, j, Long.valueOf(j2), this.zzi, this.zzj, this.zzk);
}
public final zzbb zza(long j) {
return new zzbb(this.zza, this.zzb, this.zzc, this.zzd, this.zze, j, this.zzg, this.zzh, this.zzi, this.zzj, this.zzk);
}
public zzbb(String str, String str2, long j, long j2, long j3, long j4, Long l, Long l2, Long l3, Boolean bool) {
this(str, str2, 0L, 0L, 0L, j3, 0L, null, null, null, null);
}
public zzbb(String str, String str2, long j, long j2, long j3, long j4, long j5, Long l, Long l2, Long l3, Boolean bool) {
Preconditions.checkNotEmpty(str);
Preconditions.checkNotEmpty(str2);
Preconditions.checkArgument(j >= 0);
Preconditions.checkArgument(j2 >= 0);
Preconditions.checkArgument(j3 >= 0);
Preconditions.checkArgument(j5 >= 0);
this.zza = str;
this.zzb = str2;
this.zzc = j;
this.zzd = j2;
this.zze = j3;
this.zzf = j4;
this.zzg = j5;
this.zzh = l;
this.zzi = l2;
this.zzj = l3;
this.zzk = bool;
}
}