CrackMe.apk

Download file
    package com.google.firebase.components;

import java.util.List;

public interface ComponentRegistrarProcessor {
    public static final ComponentRegistrarProcessor NOOP = ComponentRegistrarProcessor$$ExternalSyntheticLambda0.INSTANCE;

    List<Component<?>> processRegistrar(ComponentRegistrar componentRegistrar);
}
    
Download file