mirror of https://github.com/kurisufriend/Clover
parent
c84e8aba61
commit
518ef2bd22
@ -0,0 +1,6 @@ |
|||||||
|
package org.floens.chan; |
||||||
|
|
||||||
|
// debug version
|
||||||
|
public class ChanBuild { |
||||||
|
public static final boolean DEVELOPER_MODE = true; |
||||||
|
} |
@ -0,0 +1,6 @@ |
|||||||
|
package org.floens.chan; |
||||||
|
|
||||||
|
// release version
|
||||||
|
public class ChanBuild { |
||||||
|
public static final boolean DEVELOPER_MODE = false; |
||||||
|
} |
Loading…
Reference in new issue