mirror of https://github.com/m2049r/xmrwallet.git
separate monero/monerujo folder for debug version (#245)
This commit is contained in:
parent
af58b76f0c
commit
96579c1be4
|
@ -59,8 +59,8 @@ import okhttp3.HttpUrl;
|
|||
import timber.log.Timber;
|
||||
|
||||
public class Helper {
|
||||
static private final String WALLET_DIR = "monerujo";
|
||||
static private final String HOME_DIR = "monero";
|
||||
static private final String WALLET_DIR = "monerujo" + (BuildConfig.DEBUG ? "-debug" : "");
|
||||
static private final String HOME_DIR = "monero" + (BuildConfig.DEBUG ? "-debug" : "");
|
||||
|
||||
static public int DISPLAY_DIGITS_INFO = 5;
|
||||
|
||||
|
|
Loading…
Reference in New Issue