mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-28 18:12:31 -06:00
9 lines
327 B
Java
9 lines
327 B
Java
package io.sentry.compose;
|
|
|
|
/* 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.compose";
|
|
public static final String VERSION_NAME = "7.4.0";
|
|
}
|