CrackMe.apk

Download file
    package com.google.firebase.components;

import com.google.firebase.inject.Provider;
import java.util.Collections;

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

    private /* synthetic */ ComponentRuntime$$ExternalSyntheticLambda2() {
    }

    public final Object get() {
        return Collections.emptySet();
    }
}
    
Download file