mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 01:22:33 -06:00
13 lines
320 B
Java
13 lines
320 B
Java
|
package io.flutter;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class BuildConfig {
|
||
|
public static final boolean DEBUG = false;
|
||
|
public static final boolean JIT_RELEASE = false;
|
||
|
public static final boolean PROFILE = false;
|
||
|
public static final boolean RELEASE = true;
|
||
|
|
||
|
private BuildConfig() {
|
||
|
}
|
||
|
}
|