CrackMe.apk

Download file
    package com.google.firebase.auth;

/* compiled from: com.google.firebase:firebase-auth@@21.1.0 */
public class FirebaseAuthWebException extends FirebaseAuthException {
    public FirebaseAuthWebException(String str, String str2) {
        super(str, str2);
    }
}
    
Download file