CrackMe.apk

Download file
    package org.intellij.lang.annotations;

public @interface Subst {
    String value();
}
    
Download file