- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
11 lines
404 B
Java
11 lines
404 B
Java
package com.ironsource.adapters.fyber;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class BuildConfig {
|
|
public static final String BUILD_TYPE = "release";
|
|
public static final boolean DEBUG = false;
|
|
public static final String GitHash = "a3595a7";
|
|
public static final String LIBRARY_PACKAGE_NAME = "com.ironsource.adapters.fyber";
|
|
public static final String VERSION_NAME = "4.3.33";
|
|
}
|