CrackMe.apk

Download file
    package kotlin.annotations.jvm;

public enum MigrationStatus {
    IGNORE,
    WARN,
    STRICT
}
    
Download file