CrackMe.apk

Download file
    package com.google.android.gms.auth;

/* compiled from: com.google.android.gms:play-services-auth-base@@18.0.4 */
public class UserRecoverableNotifiedException extends GoogleAuthException {
    public UserRecoverableNotifiedException(String str) {
        super(str);
    }

    public UserRecoverableNotifiedException(String str, Throwable th) {
        super(str, th);
    }
}
    
Download file