Live Football Updates v1.0.1版本的 MD5 值为:636649089335ebb37514551724606ad0

以下内容为反编译后的 b.java 源代码,内容仅作参考


package v5;

import ae.d;
import android.text.TextUtils;
import com.google.gson.Gson;
import gk.c0;
public final class b {
    public static c0 f31876a;
    public static final Object f31877b = new Object();

    public static a a() {
        b();
        if (f31876a == null) {
            synchronized (f31877b) {
                if (f31876a == null) {
                    c0.b bVar = new c0.b();
                    String f10 = d.d().f("api_blogger_base_url");
                    if (TextUtils.isEmpty(f10)) {
                        f10 = "https://www.googleapis.com/blogger/v3/";
                    }
                    bVar.a(f10);
                    bVar.f23514c.add(new hk.a(new Gson()));
                    f31876a = bVar.b();
                }
            }
        }
        return (a) f31876a.b(a.class);
    }

    public static void b() {
        synchronized (f31877b) {
            f31876a = null;
        }
    }
}