CrackMe.apk

Download file
    package com.facebook.react;

public interface ReactPackageLogger {
    void endProcessPackage();

    void startProcessPackage();
}
    
Download file