mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-30 11:02:31 -06:00
10 lines
327 B
Java
10 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";
|
||
|
}
|