CrackMe.apk

Download file
    package com.google.firebase.dynamicloading;

public interface ComponentLoader {
    void discoverComponents();
}
    
Download file