CrackMe.apk

Download file
    package com.google.firebase.components;

import java.util.List;

/* compiled from: D8$$SyntheticClass */
public final /* synthetic */ class ComponentRegistrarProcessor$$ExternalSyntheticLambda0 implements ComponentRegistrarProcessor {
    public static final /* synthetic */ ComponentRegistrarProcessor$$ExternalSyntheticLambda0 INSTANCE = new ComponentRegistrarProcessor$$ExternalSyntheticLambda0();

    private /* synthetic */ ComponentRegistrarProcessor$$ExternalSyntheticLambda0() {
    }

    public final List processRegistrar(ComponentRegistrar componentRegistrar) {
        return componentRegistrar.getComponents();
    }
}
    
Download file