- 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
29 lines
894 B
Java
29 lines
894 B
Java
package com.google.firebase.crashlytics;
|
|
|
|
import androidx.annotation.Keep;
|
|
import com.google.firebase.components.Component;
|
|
import com.google.firebase.components.ComponentRegistrar;
|
|
import java.util.List;
|
|
import kotlin.collections.CollectionsKt__CollectionsKt;
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
|
|
@Keep
|
|
/* loaded from: classes3.dex */
|
|
public final class FirebaseCrashlyticsKtxRegistrar implements ComponentRegistrar {
|
|
public static final Companion Companion = new Companion(null);
|
|
|
|
@Override // com.google.firebase.components.ComponentRegistrar
|
|
public List<Component> getComponents() {
|
|
return CollectionsKt__CollectionsKt.emptyList();
|
|
}
|
|
|
|
public static final class Companion {
|
|
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
|
|
this();
|
|
}
|
|
|
|
public Companion() {
|
|
}
|
|
}
|
|
}
|