CrackMe.apk

Download file
    package com.facebook.react.uimanager.layoutanimation;

interface LayoutHandlingAnimation {
    void onLayoutUpdate(int i, int i2, int i3, int i4);
}
    
Download file