- 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
14 lines
461 B
Java
14 lines
461 B
Java
package com.google.firebase.messaging.ktx;
|
|
|
|
import com.google.firebase.components.ComponentRegistrar;
|
|
import java.util.List;
|
|
import kotlin.collections.CollectionsKt__CollectionsKt;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class FirebaseMessagingKtxRegistrar implements ComponentRegistrar {
|
|
@Override // com.google.firebase.components.ComponentRegistrar
|
|
public List getComponents() {
|
|
return CollectionsKt__CollectionsKt.emptyList();
|
|
}
|
|
}
|