CrackMe.apk

Download file
    <?xml version="1.0" encoding="utf-8"?>
<set xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
    <translate android:duration="@android:integer/config_shortAnimTime" android:fromYDelta="0" android:toYDelta="-100%p"/>
    <alpha android:duration="@android:integer/config_shortAnimTime" android:fromAlpha="1" android:toAlpha="0"/>
</set>
    
Download file