mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-02 12:30:36 -06:00
10 lines
341 B
Java
10 lines
341 B
Java
|
package io.sentry.android.okhttp;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class BuildConfig {
|
||
|
public static final String BUILD_TYPE = "release";
|
||
|
public static final boolean DEBUG = false;
|
||
|
public static final String LIBRARY_PACKAGE_NAME = "io.sentry.android.okhttp";
|
||
|
public static final String VERSION_NAME = "7.4.0";
|
||
|
}
|