picoctf/rev/timer/com.example.timer.BuildConf...

13 lines
462 B
Java

// NOTE: used jadx-gui to decompile
package com.example.timer;
/* loaded from: classes3.dex */
public final class BuildConfig {
public static final String APPLICATION_ID = "com.example.timer";
public static final String BUILD_TYPE = "debug";
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "picoCTF{t1m3r_r3v3rs3d_succ355fully_17496}";
}